Home | History | Annotate | Download | only in libclang

Lines Matching refs:handleDecl

250 bool IndexingContext::handleDecl(const NamedDecl *D,
310 return handleDecl(D, Loc, Cursor, ContDInfo);
316 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
322 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
328 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
334 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
343 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
349 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
500 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
514 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);
539 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
546 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
557 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
563 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
693 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo);
699 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo);