Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h213 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
269 bool hasPCHSupport() const override;
319 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;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp977 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
1240 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
1241 return WrappedAction->hasPCHSupport(); in hasPCHSupport()