HomeSort by relevance Sort by last modified time
    Searched refs:arrangeCXXMethodDeclaration (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 187 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
CGCall.cpp 184 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) {
250 return arrangeCXXMethodDeclaration(MD);
    [all...]
CGClass.cpp     [all...]
ItaniumCXXABI.cpp 547 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]
CGExprCXX.cpp 272 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
    [all...]

Completed in 48 milliseconds