Home | History | Annotate | Download | only in libclang

Lines Matching refs:handleDecl

309 bool IndexingContext::handleDecl(const NamedDecl *D,
369 return handleDecl(D, Loc, Cursor, ContDInfo);
385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
586 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
601 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
644 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
650 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
779 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo);
785 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo);