Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h86 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
119 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
130 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
183 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
239 bool hasASTFileSupport() const override;
H A DFrontendAction.h194 virtual bool hasASTFileSupport() const { return true; } in hasASTFileSupport() function
326 bool hasASTFileSupport() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp108 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
109 return AdaptedAction->hasASTFileSupport(); in hasASTFileSupport()
H A DFrontendAction.cpp638 assert(hasASTFileSupport() && in BeginSourceFile()
1109 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction
1110 return WrappedAction->hasASTFileSupport(); in hasASTFileSupport()
H A DPrecompiledPreamble.cpp218 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anond12dfad00111::PrecompilePreambleAction
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h41 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function