Lines Matching refs:PLoc

117     PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);  in emitDiagnostic()  local
121 emitIncludeStack(Loc, PLoc, Level, *SM); in emitDiagnostic()
124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D); in emitDiagnostic()
167 PresumedLoc PLoc, in emitIncludeStack() argument
171 PLoc.isInvalid() ? SourceLocation() : PLoc.getIncludeLoc(); in emitIncludeStack()
199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
200 if (PLoc.isInvalid()) in emitIncludeStackRecursively()
214 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
217 emitIncludeLocation(Loc, PLoc, SM); in emitIncludeStackRecursively()
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
250 emitImportLocation(Loc, PLoc, ModuleName, SM); in emitImportStackRecursively()
588 PresumedLoc PLoc, in emitIncludeLocation() argument
593 Message << "in file included from " << PLoc.getFilename() << ':' in emitIncludeLocation()
594 << PLoc.getLine() << ":"; in emitIncludeLocation()
599 PresumedLoc PLoc, in emitImportLocation() argument
606 if (PLoc.isValid()) in emitImportLocation()
607 Message << "' imported from " << PLoc.getFilename() << ':' in emitImportLocation()
608 << PLoc.getLine(); in emitImportLocation()
615 PresumedLoc PLoc, in emitBuildingModuleLocation() argument
621 if (PLoc.isValid()) in emitBuildingModuleLocation()
623 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitBuildingModuleLocation()