clang
6.0.0
|
A class which abstracts out some details necessary for making a call. More...
#include "clang/AST/Type.h"
Public Member Functions | |
ExtInfo (bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, bool producesResult, bool noCallerSavedRegs) | |
ExtInfo ()=default | |
ExtInfo (CallingConv CC) | |
bool | getNoReturn () const |
bool | getProducesResult () const |
bool | getNoCallerSavedRegs () const |
bool | getHasRegParm () const |
unsigned | getRegParm () const |
CallingConv | getCC () const |
bool | operator== (ExtInfo Other) const |
bool | operator!= (ExtInfo Other) const |
ExtInfo | withNoReturn (bool noReturn) const |
ExtInfo | withProducesResult (bool producesResult) const |
ExtInfo | withNoCallerSavedRegs (bool noCallerSavedRegs) const |
ExtInfo | withRegParm (unsigned RegParm) const |
ExtInfo | withCallingConv (CallingConv cc) const |
void | Profile (llvm::FoldingSetNodeID &ID) const |
Friends | |
class | FunctionType |
A class which abstracts out some details necessary for making a call.
It is not actually used directly for storing this information in a FunctionType, although FunctionType does currently use the same bit-pattern.
|
inline |
|
default |
|
inline |
|
inline |
Definition at line 3138 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeLLVMFunctionInfo(), clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 3129 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 3128 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 3126 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::Sema::FindCompositePointerType(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
|
inline |
Definition at line 3131 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 3181 of file Type.h.
Referenced by clang::FunctionProtoType::isTemplateVariadic(), and clang::FunctionNoProtoType::Profile().
|
inline |
Definition at line 3177 of file Type.h.
Referenced by getImplicitMethodEPI(), and LookupDirect().
Definition at line 3150 of file Type.h.
Referenced by clang::Sema::FindCompositePointerType(), clang::ASTContext::GetBuiltinType(), and clang::ASTContext::mergeFunctionTypes().
|
inline |
|
friend |