Home
last modified time | relevance | path

Searched refs:isMainFileAST (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h494 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function
555 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_begin()
562 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_end()
569 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_size()
574 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_empty()
/external/clang/lib/Frontend/
DASTUnit.cpp1701 if (!isMainFileAST()) in getASTFileName()
2764 if (isMainFileAST()) { in getLocalPreprocessingEntities()
2778 if (isMainFileAST()) { in visitLocalTopLevelDecls()
2827 return isMainFileAST() && ASTFileLangOpts.CompilingModule; in isModuleFile()
/external/clang/tools/libclang/
DCIndex.cpp430 = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
521 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
7939 if (Unit->isMainFileAST()) in operator <<()