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 149 virtual bool hasPCHSupport() const { return false; }
186 virtual bool hasPCHSupport() const;
229 virtual bool hasPCHSupport() const { return true; }
FrontendAction.h 169 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); }
283 virtual bool hasPCHSupport() const;
  /external/clang/lib/Frontend/
ASTMerge.cpp 101 bool ASTMergeAction::hasPCHSupport() const {
102 return AdaptedAction->hasPCHSupport();
FrontendAction.cpp 303 assert(hasPCHSupport() && "This action does not have PCH support!");
513 bool WrapperFrontendAction::hasPCHSupport() const {
514 return WrappedAction->hasPCHSupport();

Completed in 289 milliseconds