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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2128 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2132 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2135 ->getCorrespondingMethodInClass(RD, MayBeBase);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 749 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2158 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2188 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base))
2247 getCorrespondingMethodInClass(BestDynamicDecl);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl);

Completed in 31 milliseconds