Searched defs:hasPCHSupport (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ | ||
H A D | FrontendActions.h | 213 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function |
H A D | FrontendAction.h | 191 virtual bool hasPCHSupport() const { return true; } hasPCHSupport() function |
/llvm-project/clang/lib/Frontend/ | ||
H A D | ASTMerge.cpp | 104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction |
H A D | FrontendAction.cpp | 1240 bool WrapperFrontendAction::hasPCHSupport() const { hasPCHSupport() function in WrapperFrontendAction |