Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SemaDC

295     const DeclContext* SemaDC = D->getDeclContext();
297 if (SemaDC != LexicalDC)
298 Out << " [[" << SemaDC << "]]";
325 const DeclContext* SemaDC = D->getDeclContext();
327 if (SemaDC != LexicalDC)
328 Out << " [[" << SemaDC << "]]";
341 const DeclContext* SemaDC = D->getDeclContext();
343 if (SemaDC != LexicalDC)
344 Out << " [[" << SemaDC << "]]";
357 const DeclContext* SemaDC = D->getDeclContext();
359 if (SemaDC != LexicalDC)
360 Out << " [[" << SemaDC << "]]";