Home
last modified time | relevance | path

Searched defs: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
H A DFrontendAction.h194 virtual bool hasASTFileSupport() const { return true; } in hasASTFileSupport() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h41 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp108 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
H A DPrecompiledPreamble.cpp218 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anond12dfad00111::PrecompilePreambleAction
H A DFrontendAction.cpp1109 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction