HomeSort by: relevance | last modified time | path
    Searched refs:hasASTFileSupport (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h 86 bool hasASTFileSupport() const override { return false; }
119 bool hasASTFileSupport() const override { return false; }
130 bool hasASTFileSupport() const override { return false; }
183 bool hasASTFileSupport() const override { return true; }
239 bool hasASTFileSupport() const override;
FrontendAction.h 194 virtual bool hasASTFileSupport() const { return true; }
326 bool hasASTFileSupport() const override;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 108 bool ASTMergeAction::hasASTFileSupport() const {
109 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 638 assert(hasASTFileSupport() &&
1109 bool WrapperFrontendAction::hasASTFileSupport() const {
1110 return WrappedAction->hasASTFileSupport();
PrecompiledPreamble.cpp 218 bool hasASTFileSupport() const override { return false; }
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 41 bool hasASTFileSupport() const override { return false; }

Completed in 40 milliseconds