Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h490 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function
551 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_begin()
558 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_end()
565 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_size()
570 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_empty()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1692 if (!isMainFileAST()) in getASTFileName()
2747 if (isMainFileAST()) { in getLocalPreprocessingEntities()
2761 if (isMainFileAST()) { in visitLocalTopLevelDecls()
2822 return isMainFileAST() && !ASTFileLangOpts.CurrentModule.empty(); in isModuleFile()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp433 = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
524 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
7179 if (Unit->isMainFileAST()) in operator <<()