Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h419 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function
498 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_begin()
505 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_end()
512 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_size()
517 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_empty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1458 if (!isMainFileAST()) in getASTFileName()
2573 if (isMainFileAST()) { in getLocalPreprocessingEntities()
2587 if (isMainFileAST()) { in visitLocalTopLevelDecls()
2637 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()