Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SemaDC

220     const DeclContext* SemaDC = D->getDeclContext();
222 if (SemaDC != LexicalDC)
223 Out << " [[" << SemaDC << "]]";
250 const DeclContext* SemaDC = D->getDeclContext();
252 if (SemaDC != LexicalDC)
253 Out << " [[" << SemaDC << "]]";
266 const DeclContext* SemaDC = D->getDeclContext();
268 if (SemaDC != LexicalDC)
269 Out << " [[" << SemaDC << "]]";
282 const DeclContext* SemaDC = D->getDeclContext();
284 if (SemaDC != LexicalDC)
285 Out << " [[" << SemaDC << "]]";