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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 128 CanQualType DeriveThisType(const CXXRecordDecl *RD, const CXXMethodDecl *MD);
CGCall.cpp 76 CanQualType CodeGenTypes::DeriveThisType(const CXXRecordDecl *RD,
260 argTypes.push_back(DeriveThisType(RD, MD));
314 argTypes.push_back(DeriveThisType(MD->getParent(), MD));
536 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)};
550 ArgTys.push_back(DeriveThisType(RD, CD));
CGExprCXX.cpp 48 Args.add(RValue::get(This), CGF.getTypes().DeriveThisType(RD, MD));

Completed in 54 milliseconds