Home | History | Annotate | Download | only in libclang

Lines Matching refs:getDeclContext

339   getContainerInfo(D->getDeclContext(), DInfo.SemanticContainer);
342 if (LexicalDC == D->getDeclContext()) {
592 return handleReference(PD, D->getLocation(), getCursor(D), 0, D->getDeclContext());
973 if (isa<CXXRecordDecl>(D->getDeclContext())) {
981 CXXRec = dyn_cast<CXXRecordDecl>(D->getDeclContext())) {