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

  /external/clang/lib/Frontend/
FrontendAction.cpp 214 if (!CI.hasASTConsumer())
351 if (!CI.hasASTConsumer())
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 437 bool hasASTConsumer() const { return (bool)Consumer; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 554 if (!getCompilerInstance().hasASTConsumer())

Completed in 102 milliseconds