|
clang
5.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 () | |
| 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 |
Definition at line 2987 of file Type.h.
Referenced by clang::FunctionType::getExtInfo(), withCallingConv(), withNoCallerSavedRegs(), withNoReturn(), withProducesResult(), and withRegParm().
|
inline |
|
inline |
Definition at line 3003 of file Type.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), clang::CodeGen::CodeGenTypes::arrangeLLVMFunctionInfo(), checkExtParameterInfos(), clang::CodeGen::CGFunctionInfo::create(), clang::FunctionType::getCallConv(), clang::Sema::MergeFunctionDecl(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
|
inline |
Definition at line 2995 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::Sema::MergeFunctionDecl(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 2993 of file Type.h.
Referenced by clang::CodeGen::CGFunctionInfo::create(), clang::Sema::FindCompositePointerType(), clang::FunctionType::getNoReturnAttr(), clang::Sema::MergeFunctionDecl(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
Definition at line 2994 of file Type.h.
Referenced by clang::Sema::BuildFunctionType(), clang::CodeGen::CGFunctionInfo::create(), clang::Sema::MaybeBindToTemporary(), clang::Sema::MergeFunctionDecl(), clang::ASTContext::mergeFunctionTypes(), clang::CodeGen::CGFunctionInfo::Profile(), and clang::ASTTypeWriter::VisitFunctionType().
|
inline |
|
inline |
Definition at line 3046 of file Type.h.
Referenced by clang::FunctionNoProtoType::Profile(), and ODRTypeVisitor::VisitFunctionType().
|
inline |
Definition at line 3042 of file Type.h.
References ExtInfo().
Referenced by addFunctionPointerConversion(), clang::Sema::adjustMemberFunctionCC(), clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature(), getImplicitMethodEPI(), LookupDirect(), and clang::Sema::MergeFunctionDecl().
Definition at line 3029 of file Type.h.
References ExtInfo().
Referenced by clang::Sema::MergeFunctionDecl().
Definition at line 3015 of file Type.h.
References ExtInfo().
Referenced by clang::Sema::ActOnBlockStmtExpr(), clang::Sema::FindCompositePointerType(), clang::ASTContext::GetBuiltinType(), clang::Sema::MergeFunctionDecl(), and clang::ASTContext::mergeFunctionTypes().
Definition at line 3022 of file Type.h.
References ExtInfo().
Referenced by clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature(), and clang::Sema::MergeFunctionDecl().
Definition at line 3036 of file Type.h.
References ExtInfo().
Referenced by clang::Sema::MergeFunctionDecl().
|
friend |
1.8.6