Home | History | Annotate | Download | only in libclang

Lines Matching refs:LexicalDC

312                                  const DeclContext *LexicalDC) {
324 if (!LexicalDC)
325 LexicalDC = D->getLexicalDeclContext();
341 if (LexicalDC == D->getDeclContext()) {
352 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
598 const DeclContext *LexicalDC) {
601 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);