Home | History | Annotate | Download | only in libclang

Lines Matching refs:LexicalDC

253                                  const DeclContext *LexicalDC) {
265 if (!LexicalDC)
266 LexicalDC = D->getLexicalDeclContext();
282 if (LexicalDC == D->getDeclContext()) {
293 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
511 const DeclContext *LexicalDC) {
514 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);