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