Home
last modified time | relevance | path

Searched defs:PLoc (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp119 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitDiagnostic() local
164 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
195 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
236 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
597 PresumedLoc PLoc) { in emitIncludeLocation()
607 PresumedLoc PLoc, in emitImportLocation()
621 PresumedLoc PLoc, in emitBuildingModuleLocation()
H A DSerializedDiagnosticPrinter.cpp71 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
343 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord()
639 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in EmitDiagnosticMessage()
669 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
734 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote() local
H A DTextDiagnostic.cpp664 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
784 void TextDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
883 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation()
892 void TextDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation()
902 PresumedLoc PLoc, in emitBuildingModuleLocation()
1533 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
H A DPrintPreprocessedOutput.cpp210 PresumedLoc PLoc = SM.getPresumedLoc(Tok.getLocation()); in MoveToLine() local
220 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
1143 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp60 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print() local
70 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1674 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1683 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1738 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
2118 const PresumedLoc &PLoc, in processPathToFileName()
H A DPragma.cpp496 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
H A DPPDirectives.cpp1578 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp329 json::Object PLoc = createPhysicalLocation(ThreadFlow.Range); in createThreadFlows() local
H A DSourceManager.cpp1205 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() local
1411 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3304 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
3312 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
7747 PresumedLoc PLoc = SM.getPresumedLoc(D->getLocation()); in printPostfixForExternalizedDecl() local
H A DCGDebugInfo.cpp413 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local
507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
5866 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in AddStringLiteralDebugInfo() local
H A DCGOpenMPRuntime.cpp1360 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in getIdentStringFromSourceLocation() local
1381 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
1549 PresumedLoc PLoc = SM.getPresumedLoc(BeginLoc); in getEntryInfoFromPresumedLoc() local
8870 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitMappingInformation() local
H A DCGExpr.cpp3391 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
H A DCGStmtOpenMP.cpp7998 PresumedLoc PLoc = SM.getPresumedLoc(L); in emitTargetTeamsLoopCodegenStatus() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp769 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
H A DTypePrinter.cpp1477 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
H A DExpr.cpp2290 PresumedLoc PLoc = Ctx.getSourceManager().getPresumedLoc( in EvaluateInContext() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1627 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3062 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7281 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7297 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7342 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local