Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp283 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { in arrangeCXXMethodDeclaration() function in CodeGenTypes
441 return arrangeCXXMethodDeclaration(MD); in arrangeFunctionDeclaration()
H A DCGClass.cpp2871 CGM.getTypes().arrangeCXXMethodDeclaration(callOperator); in EmitForwardingCallToLambda()
H A DCodeGenModule.cpp3333 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
4030 &getTypes().arrangeCXXMethodDeclaration(cast<CXXMethodDecl>(D)); in GetAddrOfGlobal()
H A DMicrosoftCXXABI.cpp2857 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()
H A DItaniumCXXABI.cpp1080 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()