Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendActions.h145 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
194 bool hasPCHSupport() const override;
238 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
DFrontendAction.h177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function
303 bool hasPCHSupport() const override;
/external/llvm-project/clang/lib/Frontend/
DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
105 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
DFrontendAction.cpp857 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
1103 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
1104 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/external/clang/lib/Frontend/
DASTMerge.cpp103 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
104 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
DFrontendAction.cpp355 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
598 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
599 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/external/llvm-project/clang/include/clang/Frontend/
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
DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function
324 bool hasPCHSupport() const override;