OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelIdents
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp
601
ArrayRef<IdentifierInfo *>
SelIdents
= Context.getSelIdents();
602
for (ArrayRef<IdentifierInfo *>::iterator I =
SelIdents
.begin(),
603
E =
SelIdents
.end();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h
355
ArrayRef<IdentifierInfo *>
SelIdents
;
368
: CCKind(CCKind), IsUsingDeclaration(false),
SelIdents
(None) {}
372
ArrayRef<IdentifierInfo *>
SelIdents
= None)
373
: CCKind(CCKind), IsUsingDeclaration(false),
SelIdents
(
SelIdents
) {
399
ArrayRef<IdentifierInfo *> getSelIdents() const { return
SelIdents
; }
Completed in 17 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026