Home
last modified time | relevance | path

Searched refs:hasASTConsumer (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Frontend/
DFrontendAction.cpp237 if (!CI.hasASTConsumer()) in BeginSourceFile()
381 if (!CI.hasASTConsumer()) in BeginSourceFile()
DCompilerInstance.cpp1315 if (hasASTConsumer()) { in createModuleManager()
1324 if (hasASTConsumer()) in createModuleManager()
DASTUnit.cpp1848 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/external/clang/include/clang/Frontend/
DCompilerInstance.h473 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h483 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp674 if (!CI.hasASTConsumer()) in BeginSourceFile()
894 if (!CI.hasASTConsumer()) in BeginSourceFile()
DCompilerInstance.cpp1541 if (hasASTConsumer()) { in createASTReader()
1550 if (hasASTConsumer()) in createASTReader()
DASTUnit.cpp1631 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp674 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp892 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()