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

  /external/clang/lib/Frontend/
ASTMerge.cpp 99 bool ASTMergeAction::hasPCHSupport() const {
100 return AdaptedAction->hasPCHSupport();
FrontendAction.cpp 325 assert(hasPCHSupport() && "This action does not have PCH support!");
549 bool WrapperFrontendAction::hasPCHSupport() const {
550 return WrappedAction->hasPCHSupport();
  /external/clang/include/clang/Frontend/
FrontendAction.h 168 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); }
281 bool hasPCHSupport() const override;

Completed in 52 milliseconds