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

  /external/clang/lib/Frontend/
ASTMerge.cpp 107 bool ASTMergeAction::hasASTFileSupport() const {
108 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 206 assert(hasASTFileSupport() &&
601 bool WrapperFrontendAction::hasASTFileSupport() const {
602 return WrappedAction->hasASTFileSupport();
  /external/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
304 bool hasASTFileSupport() const override;

Completed in 939 milliseconds