HomeSort by relevance Sort by last modified time
    Searched defs:getTranslationUnitDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
DeclBase.cpp 258 TranslationUnitDecl *Decl::getTranslationUnitDecl() {
274 return getTranslationUnitDecl()->getASTContext();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 393 TranslationUnitDecl *getTranslationUnitDecl();
394 const TranslationUnitDecl *getTranslationUnitDecl() const {
395 return const_cast<Decl*>(this)->getTranslationUnitDecl();
    [all...]
ASTContext.h 767 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
    [all...]

Completed in 49 milliseconds