HomeSort by: relevance | last modified time | path
    Searched refs:isMainFileAST (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 424 bool isMainFileAST() const { return MainFileIsAST; }
503 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
510 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
517 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
522 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 1473 if (!isMainFileAST())
2574 if (isMainFileAST()) {
2588 if (isMainFileAST()) {
2638 return isMainFileAST() && getLangOpts().isCompilingModule();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 441 bool OnlyLocalDecls = !AU->isMainFileAST() && AU->getOnlyLocalDecls();
532 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() &&
9102 if (Unit->isMainFileAST())

Completed in 71 milliseconds