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 440 bool isMainFileAST() const { return MainFileIsAST; }
496 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
503 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
510 assert(!isMainFileAST() && "Invalid call for AST based ASTUnit!");
515 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();
501 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() &&
    [all...]

Completed in 40 milliseconds