Searched refs:isMainFileAST (Results 1 – 2 of 2) sorted by relevance
439 bool isMainFileAST() const { return MainFileIsAST; } in isMainFileAST() function518 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_begin()525 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_end()532 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_size()537 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!"); in top_level_empty()
1525 if (!isMainFileAST()) in getASTFileName()2635 if (isMainFileAST()) { in getLocalPreprocessingEntities()2649 if (isMainFileAST()) { in visitLocalTopLevelDecls()2699 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()