Home | History | Annotate | Download | only in libclang

Lines Matching refs:LexicalDC

311                                  const DeclContext *LexicalDC) {
323 if (!LexicalDC)
324 LexicalDC = D->getLexicalDeclContext();
340 if (LexicalDC == D->getDeclContext()) {
351 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
589 const DeclContext *LexicalDC) {
592 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);