HomeSort by: relevance | last modified time | path
    Searched defs:hasPCHSupport (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 104 bool ASTMergeAction::hasPCHSupport() const {
105 return AdaptedAction->hasPCHSupport();
FrontendAction.cpp 859 assert(hasPCHSupport() && "This action does not have PCH support!");
1106 bool WrapperFrontendAction::hasPCHSupport() const {
1107 return WrappedAction->hasPCHSupport();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 191 virtual bool hasPCHSupport() const { return true; }
325 bool hasPCHSupport() const override;

Completed in 101 milliseconds