• Home
  • Raw
  • Download

Lines Matching refs:PLoc

120     PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);  in emitDiagnostic()  local
124 emitIncludeStack(Loc, PLoc, Level); in emitDiagnostic()
127 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack() argument
168 PLoc.isInvalid() ? FullSourceLoc() in emitIncludeStack()
169 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
197 if (PLoc.isInvalid()) in emitIncludeStackRecursively()
212 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
215 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
244 emitImportLocation(Loc, PLoc, ModuleName); in emitImportStackRecursively()
593 PresumedLoc PLoc) { in emitIncludeLocation() argument
597 Message << "in file included from " << PLoc.getFilename() << ':' in emitIncludeLocation()
598 << PLoc.getLine() << ":"; in emitIncludeLocation()
603 PresumedLoc PLoc, in emitImportLocation() argument
609 if (PLoc.isValid()) in emitImportLocation()
610 Message << "' imported from " << PLoc.getFilename() << ':' in emitImportLocation()
611 << PLoc.getLine(); in emitImportLocation()
617 PresumedLoc PLoc, in emitBuildingModuleLocation() argument
622 if (PLoc.isValid()) in emitBuildingModuleLocation()
624 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitBuildingModuleLocation()