Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp859 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
1106 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
1107 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h182 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
238 bool hasPCHSupport() const override;
288 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
H A DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
325 bool hasPCHSupport() const override;