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

  /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();
  /external/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
291 bool hasASTFileSupport() const override;

Completed in 53 milliseconds