Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTMerge.cpp100 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
101 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
DFrontendAction.cpp303 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
507 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
508 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
/external/clang/include/clang/Frontend/
DFrontendAction.h161 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function
275 virtual bool hasPCHSupport() const;
DFrontendActions.h167 virtual bool hasPCHSupport() const;
210 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function