Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
105 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
H A DFrontendAction.cpp948 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
1192 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
1193 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendActions.h204 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
260 bool hasPCHSupport() const override;
310 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
H A DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
326 bool hasPCHSupport() const override;