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

  /external/clang/include/clang/Frontend/
FrontendActions.h 103 virtual bool hasCodeCompletionSupport() const { return true; }
140 virtual bool hasCodeCompletionSupport() const;
FrontendAction.h 176 /// hasCodeCompletionSupport - Does this action support use with code
178 virtual bool hasCodeCompletionSupport() const { return false; }
289 virtual bool hasCodeCompletionSupport() const;
  /external/clang/lib/Frontend/
ASTMerge.cpp 108 bool ASTMergeAction::hasCodeCompletionSupport() const {
109 return AdaptedAction->hasCodeCompletionSupport();
FrontendAction.cpp 367 if (hasCodeCompletionSupport() &&
423 bool WrapperFrontendAction::hasCodeCompletionSupport() const {
424 return WrappedAction->hasCodeCompletionSupport();
ASTUnit.cpp 776 virtual bool hasCodeCompletionSupport() const { return false; }
848 virtual bool hasCodeCompletionSupport() const { return false; }
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 216 virtual bool hasCodeCompletionSupport() const { return false; }

Completed in 75 milliseconds