OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hascodecompletionsupport
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
109
bool ASTMergeAction::
hasCodeCompletionSupport
() const {
110
return AdaptedAction->
hasCodeCompletionSupport
();
FrontendAction.cpp
463
if (
hasCodeCompletionSupport
() &&
522
bool WrapperFrontendAction::
hasCodeCompletionSupport
() const {
523
return WrappedAction->
hasCodeCompletionSupport
();
ASTUnit.cpp
[
all
...]
/external/clang/include/clang/Frontend/
FrontendActions.h
137
virtual bool
hasCodeCompletionSupport
() const { return true; }
152
virtual bool
hasCodeCompletionSupport
() const { return false; }
188
virtual bool
hasCodeCompletionSupport
() const;
FrontendAction.h
178
virtual bool
hasCodeCompletionSupport
() const { return false; }
286
virtual bool
hasCodeCompletionSupport
() const;
/external/clang/tools/libclang/
Indexing.cpp
458
virtual bool
hasCodeCompletionSupport
() const { return false; }
[
all
...]
Completed in 198 milliseconds