Searched refs:isMainFileAST (Results 1 – 2 of 2) sorted by relevance
419 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function498 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()
1458 if (!isMainFileAST()) in getASTFileName()2573 if (isMainFileAST()) { in getLocalPreprocessingEntities()2587 if (isMainFileAST()) { in visitLocalTopLevelDecls()2637 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()