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; }
145 bool hasASTFileSupport() const override { return true; }
193 bool hasASTFileSupport() const override;
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
291 bool hasASTFileSupport() const override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 108 bool ASTMergeAction::hasASTFileSupport() const {
109 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 188 assert(hasASTFileSupport() &&
580 bool WrapperFrontendAction::hasASTFileSupport() const {
581 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 88 milliseconds