clang
10.0.0git
|
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, bool NoCfCheck) | |
ExtInfo ()=default | |
ExtInfo (CallingConv CC) | |
bool | getNoReturn () const |
bool | getProducesResult () const |
bool | getNoCallerSavedRegs () const |
bool | getNoCfCheck () 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 | withNoCfCheck (bool noCfCheck) 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.
|
default |
|
inline |
|
inline |
Definition at line 3592 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeLLVMFunctionInfo(), clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), isTypeSubstitutable(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3583 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3581 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), and clang::CodeGen::CGFunctionInfo::Profile().
|
inline |
Definition at line 3582 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), and clang::CodeGen::CGFunctionInfo::Profile().
|
inline |
Definition at line 3579 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::Sema::FindCompositePointerType(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3580 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), isTypeSubstitutable(), clang::Sema::MaybeBindToTemporary(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3585 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3642 of file Type.h.
Referenced by clang::FunctionProtoType::isTemplateVariadic(), and clang::FunctionNoProtoType::Profile().
|
inline |
Definition at line 3638 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature(), getImplicitMethodEPI(), and LookupDirect().
Definition at line 3604 of file Type.h.
Referenced by clang::Sema::FindCompositePointerType(), clang::ASTContext::GetBuiltinType(), and clang::ASTContext::mergeFunctionTypes().
Definition at line 3611 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature().
|
inline |
|
friend |