Searched refs:handleDeclOccurrence (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 27 return handleDeclOccurrence(D, D->getLocation(), /*IsRef=*/false, in handleDecl() 38 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC), in handleDecl() 56 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference() 230 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
|
D | IndexingContext.h | 109 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
|