Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h196 bool hasPCHSupport() const override { return false; } hasPCHSupport() function
302 bool hasPCHSupport() const override { return true; } hasPCHSupport() function
H A DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
H A DFrontendAction.cpp1231 bool WrapperFrontendAction::hasPCHSupport() const { hasPCHSupport() function in WrapperFrontendAction