Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SemaDC

304     const DeclContext* SemaDC = D->getDeclContext();
306 if (SemaDC != LexicalDC)
307 Out << " [[" << SemaDC << "]]";
334 const DeclContext* SemaDC = D->getDeclContext();
336 if (SemaDC != LexicalDC)
337 Out << " [[" << SemaDC << "]]";
350 const DeclContext* SemaDC = D->getDeclContext();
352 if (SemaDC != LexicalDC)
353 Out << " [[" << SemaDC << "]]";
366 const DeclContext* SemaDC = D->getDeclContext();
368 if (SemaDC != LexicalDC)
369 Out << " [[" << SemaDC << "]]";