HomeSort by: relevance | last modified time | path
    Searched refs:markEntityOccurrenceInFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 254 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
561 markEntityOccurrenceInFile(D, Loc);
659 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
685 markEntityOccurrenceInFile(SuperD, SuperLoc);
714 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
753 markEntityOccurrenceInFile(IFaceD, ClassLoc);
785 markEntityOccurrenceInFile(IFaceD, ClassLoc);
906 if (markEntityOccurrenceInFile(D, Loc))
994 markEntityOccurrenceInFile(BaseD, Loc);
1008 bool CXIndexDataConsumer::markEntityOccurrenceInFile(const NamedDecl *D
    [all...]
CXIndexDataConsumer.h 456 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 18 milliseconds