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

  /external/clang/lib/Frontend/
FrontendAction.cpp 328 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) {
337 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) {
CompilerInstance.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 376 bool hasASTContext() const { return Context != 0; }

Completed in 532 milliseconds