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

  /external/clang/include/clang/Frontend/
FrontendActions.h 81 bool hasASTFileSupport() const override { return false; }
106 bool hasASTFileSupport() const override { return false; }
146 bool hasASTFileSupport() const override { return true; }
195 bool hasASTFileSupport() const override;
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 107 bool ASTMergeAction::hasASTFileSupport() const {
108 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 206 assert(hasASTFileSupport() &&
601 bool WrapperFrontendAction::hasASTFileSupport() const {
602 return WrappedAction->hasASTFileSupport();
ASTUnit.cpp 914 bool hasASTFileSupport() const override { return false; }
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 42 bool hasASTFileSupport() const override { return false; }

Completed in 151 milliseconds