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 103 bool ASTMergeAction::hasASTFileSupport() const {
104 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 185 assert(hasASTFileSupport() &&
552 bool WrapperFrontendAction::hasASTFileSupport() const {
553 return WrappedAction->hasASTFileSupport();
  /external/clang/include/clang/Frontend/
FrontendAction.h 171 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
282 bool hasASTFileSupport() const override;

Completed in 46 milliseconds