HomeSort by: relevance | last modified time | path
    Searched refs:arrangeCXXMethodDeclaration (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 239 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
CGExprCXX.cpp 327 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
CGCall.cpp 282 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) {
440 return arrangeCXXMethodDeclaration(MD);
CodeGenModule.cpp 3303 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD);
4000 &getTypes().arrangeCXXMethodDeclaration(cast<CXXMethodDecl>(D));
CGClass.cpp 2871 CGM.getTypes().arrangeCXXMethodDeclaration(callOperator);
ItaniumCXXABI.cpp 1071 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
MicrosoftCXXABI.cpp 2857 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));

Completed in 64 milliseconds