Home
last modified time | relevance | path

Searched refs:hasASTFileSupport (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h81 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
108 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
148 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
196 bool hasASTFileSupport() const override;
H A DFrontendAction.h180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } in hasASTFileSupport() function
291 bool hasASTFileSupport() const override;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp101 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
102 return AdaptedAction->hasASTFileSupport(); in hasASTFileSupport()
H A DFrontendAction.cpp188 assert(hasASTFileSupport() && in BeginSourceFile()
568 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction
569 return WrappedAction->hasASTFileSupport(); in hasASTFileSupport()
H A DASTUnit.cpp921 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anonf211e7840311::PrecompilePreambleAction
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h42 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function