OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markEntityOccurrenceInFile
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/libclang/
CXIndexDataConsumer.cpp
251
IdxCtx.
markEntityOccurrenceInFile
(PD, Loc);
549
markEntityOccurrenceInFile
(D, Loc);
653
if (shouldSuppressRefs() &&
markEntityOccurrenceInFile
(D, D->getLocation()))
679
markEntityOccurrenceInFile
(SuperD, SuperLoc);
708
if (shouldSuppressRefs() &&
markEntityOccurrenceInFile
(D, D->getLocation()))
747
markEntityOccurrenceInFile
(IFaceD, ClassLoc);
779
markEntityOccurrenceInFile
(IFaceD, ClassLoc);
911
if (
markEntityOccurrenceInFile
(D, Loc))
[
all
...]
CXIndexDataConsumer.h
488
bool
markEntityOccurrenceInFile
(const NamedDecl *D, SourceLocation Loc);
Completed in 309 milliseconds