OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumSelIdents
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
313
unsigned
getNumSelIdents
() const { return NumSelIdents; }
[
all
...]
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
554
if (Context.
getNumSelIdents
() > 0) {
555
for (unsigned i = 0; i < Context.
getNumSelIdents
(); i++) {
[
all
...]
Completed in 256 milliseconds