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

  /external/clang/lib/Frontend/
FrontendAction.cpp 357 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) {
379 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) {
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 414 bool hasASTContext() const { return Context != nullptr; }

Completed in 243 milliseconds