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

  /external/clang/lib/CodeGen/
CodeGenTypes.h 190 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
CGClass.cpp     [all...]
CGCall.cpp 182 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) {
254 return arrangeCXXMethodDeclaration(MD);
    [all...]
ItaniumCXXABI.cpp 569 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGExprCXX.cpp 261 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
    [all...]

Completed in 67 milliseconds