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

  /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();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 194 virtual bool hasASTFileSupport() const { return true; }
326 bool hasASTFileSupport() const override;

Completed in 19 milliseconds