/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 117 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 D | TextDiagnostic.cpp | 676 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 D | SerializedDiagnosticPrinter.cpp | 77 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 D | PrintPreprocessedOutput.cpp | 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
|
H A D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1577 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 D | Pragma.cpp | 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
H A D | PPDirectives.cpp | 1230 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
H A D | CIndexInclusionStack.cpp | 54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | SanitizerMetadata.cpp | 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
|
H A D | CGDebugInfo.cpp | 319 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 D | CodeGenModule.cpp | 1349 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 1357 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
|
H A D | CGOpenMPRuntime.cpp | 966 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local 4765 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getTargetEntryUniqueInfo() local
|
H A D | CGExpr.cpp | 2392 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
|
H A D | SourceManager.cpp | 1187 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() local 1397 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang.cpp | 558 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL); in IsLocInRSHeaderFile() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | TypePrinter.cpp | 988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
H A D | ASTDumper.cpp | 597 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 D | ARMAsmParser.cpp | 7000 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 D | RewriteModernObjC.cpp | 1620 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 D | ARMAsmParser.cpp | 7319 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
|