Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h424 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function
503 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_begin()
510 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_end()
517 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_size()
522 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_empty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1473 if (!isMainFileAST()) in getASTFileName()
2574 if (isMainFileAST()) { in getLocalPreprocessingEntities()
2588 if (isMainFileAST()) { in visitLocalTopLevelDecls()
2638 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp441 bool OnlyLocalDecls = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
532 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
9102 if (Unit->isMainFileAST()) in operator <<()