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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 357 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) {
CGExprCXX.cpp 47 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(MD);
MicrosoftCXXABI.cpp 235 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) override {
CGCall.cpp 292 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);

Completed in 60 milliseconds