Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h182 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
288 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
H A DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
H A DFrontendAction.cpp1106 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction