HomeSort by relevance Sort by last modified time
    Searched refs:hasPCHSupport (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
FrontendActions.h 145 bool hasPCHSupport() const override { return false; }
194 bool hasPCHSupport() const override;
238 bool hasPCHSupport() const override { return true; }
FrontendAction.h 177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); }
303 bool hasPCHSupport() const override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 103 bool ASTMergeAction::hasPCHSupport() const {
104 return AdaptedAction->hasPCHSupport();
FrontendAction.cpp 355 assert(hasPCHSupport() && "This action does not have PCH support!");
598 bool WrapperFrontendAction::hasPCHSupport() const {
599 return WrappedAction->hasPCHSupport();

Completed in 252 milliseconds