Home
last modified time | relevance | path

Searched refs:arrangeCXXMethodDeclaration (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h301 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
H A DCGCall.cpp279 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { in arrangeCXXMethodDeclaration() function in CodeGenTypes
440 return arrangeCXXMethodDeclaration(MD); in arrangeFunctionDeclaration()
1690 Info = &arrangeCXXMethodDeclaration(MD); in GetFunctionTypeForVTable()
H A DCGExprCXX.cpp304 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCodeGenModule.cpp2560 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
3220 auto FInfo = &getTypes().arrangeCXXMethodDeclaration( in GetAddrOfGlobal()
H A DCGClass.cpp2804 CGM.getTypes().arrangeCXXMethodDeclaration(callOperator); in EmitForwardingCallToLambda()
H A DItaniumCXXABI.cpp945 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
H A DMicrosoftCXXABI.cpp2751 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()