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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 399 TranslationUnitDecl *Decl::getTranslationUnitDecl() {
415 return getTranslationUnitDecl()->getASTContext();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 458 TranslationUnitDecl *getTranslationUnitDecl();
459 const TranslationUnitDecl *getTranslationUnitDecl() const {
460 return const_cast<Decl*>(this)->getTranslationUnitDecl();
ASTContext.h 630 // Initially, it is the entire TU: {getTranslationUnitDecl()}.
994 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }

Completed in 30 milliseconds