Home
last modified time | relevance | path

Searched refs:hasPCHSupport (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp103 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
104 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
H A DFrontendAction.cpp1125 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
1389 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
1390 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h214 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
270 bool hasPCHSupport() const override;
320 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
H A DFrontendAction.h197 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
332 bool hasPCHSupport() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc692 {"_ZNK5clang14FrontendAction13hasPCHSupportEv", "clang::FrontendAction::hasPCHSupport() const"},
701 …rintPreprocessedAction13hasPCHSupportEv", "clang::PrintPreprocessedAction::hasPCHSupport() const"},
752 {"_ZNK5clang14ASTMergeAction13hasPCHSupportEv", "clang::ASTMergeAction::hasPCHSupport() const"},