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 144 bool hasPCHSupport() const override { return false; }
192 bool hasPCHSupport() const override;
236 bool hasPCHSupport() const override { return true; }
FrontendAction.h 177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); }
290 bool hasPCHSupport() const override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 104 bool ASTMergeAction::hasPCHSupport() const {
105 return AdaptedAction->hasPCHSupport();
FrontendAction.cpp 337 assert(hasPCHSupport() && "This action does not have PCH support!");
577 bool WrapperFrontendAction::hasPCHSupport() const {
578 return WrappedAction->hasPCHSupport();

Completed in 63 milliseconds