Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h95 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
131 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
144 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
215 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
H A DFrontendAction.h200 virtual bool hasASTFileSupport() const { return true; } in hasASTFileSupport() function
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h41 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp107 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
H A DPrecompiledPreamble.cpp279 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anon90aee0a50111::PrecompilePreambleAction
H A DFrontendAction.cpp1392 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction