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 219 if (!CI.hasASTConsumer())
363 if (!CI.hasASTConsumer())
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 473 bool hasASTConsumer() const { return (bool)Consumer; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 642 if (!getCompilerInstance().hasASTConsumer())
    [all...]

Completed in 144 milliseconds