Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h97 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
130 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
141 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
194 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
H A DFrontendAction.h194 virtual bool hasASTFileSupport() const { return true; } in hasASTFileSupport() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h41 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
/freebsd-13.1/contrib/llvm-project/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 __anonbe5e8ed90111::PrecompilePreambleAction
H A DFrontendAction.cpp1109 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction