Lines Matching refs:Context
190 const ASTContext &Context) const { in dump()
191 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
198 const ASTContext &Context) const { in dump()
199 QualType(this, 0).dump(OS, Context); in dump()
211 const ASTContext &Context) const { in dump()
212 ASTDumper(OS, Context, Context.getDiagnostics().getShowColors()).Visit(*this); in dump()
295 const ASTContext &Context) const { in dump()
296 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
318 const ASTContext &Context) const { in dump()
322 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
344 const ASTContext &Context) const { in dump()
345 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
346 Dumper.Visit(*this, /*Ty=*/Context.getPointerType(Context.CharTy)); in dump()
377 const ASTContext &Context) const { in dump()
378 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
392 const ASTContext &Context) const { in dump()
393 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()