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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h143 virtual bool hasPCHSupport() const { return false; } function in class:clang::DumpModuleInfoAction
180 virtual bool hasPCHSupport() const;
223 virtual bool hasPCHSupport() const { return true; } function in class:clang::PrintPreprocessedAction
H A DFrontendAction.h169 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } function in class:clang::FrontendAction
283 virtual bool hasPCHSupport() const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp101 bool ASTMergeAction::hasPCHSupport() const { function in class:ASTMergeAction
102 return AdaptedAction->hasPCHSupport();
H A DFrontendAction.cpp303 assert(hasPCHSupport() && "This action does not have PCH support!");
513 bool WrapperFrontendAction::hasPCHSupport() const { function in class:WrapperFrontendAction
514 return WrappedAction->hasPCHSupport();

Completed in 52 milliseconds