HomeSort by relevance Sort by last modified time
    Searched refs:isMainFileAST (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 439 bool isMainFileAST() const { return MainFileIsAST; }
494 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
501 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
508 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
513 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 410 = !AU->isMainFileAST() && AU->getOnlyLocalDecls();
498 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() &&
    [all...]

Completed in 94 milliseconds