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 208 if (!CI.hasASTConsumer())
322 if (!CI.hasASTConsumer())
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 398 bool hasASTConsumer() const { return Consumer != 0; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 285 if (!getCompilerInstance().hasASTConsumer())

Completed in 3900 milliseconds