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

  /external/clang/lib/Frontend/
ASTMerge.cpp 111 bool ASTMergeAction::hasCodeCompletionSupport() const {
112 return AdaptedAction->hasCodeCompletionSupport();
FrontendAction.cpp 544 if (hasCodeCompletionSupport() &&
607 bool WrapperFrontendAction::hasCodeCompletionSupport() const {
608 return WrappedAction->hasCodeCompletionSupport();
  /external/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 186 virtual bool hasCodeCompletionSupport() const { return false; }
306 bool hasCodeCompletionSupport() const override;

Completed in 73 milliseconds