clang
10.0.0svn
|
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 3563 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeLLVMFunctionInfo(), clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), isTypeSubstitutable(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), clang::ASTTypeWriter::VisitFunctionType(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3554 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), clang::ASTTypeWriter::VisitFunctionType(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3552 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 3553 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 3550 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::Sema::FindCompositePointerType(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), clang::ASTTypeWriter::VisitFunctionType(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3551 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), isTypeSubstitutable(), clang::Sema::MaybeBindToTemporary(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), clang::ASTTypeWriter::VisitFunctionType(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3556 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::getParameterABISpelling(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), clang::ASTTypeWriter::VisitFunctionType(), and clang::JSONNodeDumper::VisitFunctionType().
|
inline |
Definition at line 3613 of file Type.h.
Referenced by clang::FunctionProtoType::isTemplateVariadic(), and clang::FunctionNoProtoType::Profile().
|
inline |
Definition at line 3609 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature(), getImplicitMethodEPI(), and LookupDirect().
Definition at line 3575 of file Type.h.
Referenced by clang::Sema::FindCompositePointerType(), clang::ASTContext::GetBuiltinType(), and clang::ASTContext::mergeFunctionTypes().
Definition at line 3582 of file Type.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature().
|
inline |
|
friend |