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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 519 CXXRecordDecl *getMostRecentNonInjectedDecl() {
530 const CXXRecordDecl *getMostRecentNonInjectedDecl() const {
531 return const_cast<CXXRecordDecl*>(this)->getMostRecentNonInjectedDecl();
DeclTemplate.h 1879 getMostRecentNonInjectedDecl());
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 1560 ->getMostRecentNonInjectedDecl(),
1566 MD->getParent()->getMostRecentNonInjectedDecl(), MD);
Type.cpp 2258 RD = RD->getMostRecentNonInjectedDecl();
4378 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 2801 RD = RD->getMostRecentNonInjectedDecl();
2846 const CXXRecordDecl *RD = MD->getParent()->getMostRecentNonInjectedDecl();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 8502 RD = RD->getMostRecentNonInjectedDecl();

Completed in 82 milliseconds