Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h239 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
H A DCGExprCXX.cpp327 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGCall.cpp282 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { in arrangeCXXMethodDeclaration() function in CodeGenTypes
440 return arrangeCXXMethodDeclaration(MD); in arrangeFunctionDeclaration()
H A DCGClass.cpp2871 CGM.getTypes().arrangeCXXMethodDeclaration(callOperator); in EmitForwardingCallToLambda()
H A DCodeGenModule.cpp3303 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
4000 &getTypes().arrangeCXXMethodDeclaration(cast<CXXMethodDecl>(D)); in GetAddrOfGlobal()
H A DItaniumCXXABI.cpp1071 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
H A DMicrosoftCXXABI.cpp2857 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()