Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() local
167 PresumedLoc PLoc, in emitIncludeStack()
199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
588 PresumedLoc PLoc, in emitIncludeLocation()
599 PresumedLoc PLoc, in emitImportLocation()
615 PresumedLoc PLoc, in emitBuildingModuleLocation()
H A DTextDiagnostic.cpp676 PresumedLoc PLoc, in emitDiagnosticMessage()
773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
884 PresumedLoc PLoc, in emitIncludeLocation()
893 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
904 PresumedLoc PLoc, in emitBuildingModuleLocation()
1263 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
H A DSerializedDiagnosticPrinter.cpp77 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
358 PresumedLoc PLoc, in AddLocToRecord()
648 PresumedLoc PLoc, in EmitDiagnosticMessage()
680 PresumedLoc PLoc, in emitDiagnosticMessage()
750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
H A DPrintPreprocessedOutput.cpp150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
H A DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp1577 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
H A DPragma.cpp433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
H A DPPDirectives.cpp1230 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
H A DCIndexInclusionStack.cpp54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
H A DCGDebugInfo.cpp319 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local
359 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local
372 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
H A DCodeGenModule.cpp1349 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
1357 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
H A DCGOpenMPRuntime.cpp966 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
4765 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getTargetEntryUniqueInfo() local
H A DCGExpr.cpp2392 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
/aosp_15_r20/external/clang/lib/Basic/
H A DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
H A DSourceManager.cpp1187 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() local
1397 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() local
/aosp_15_r20/frameworks/compile/slang/
Dslang.cpp558 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL); in IsLocInRSHeaderFile() local
/aosp_15_r20/external/clang/lib/AST/
H A DTypePrinter.cpp988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
H A DASTDumper.cpp597 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7000 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7015 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7063 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1620 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3061 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7319 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7334 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
7382 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local