/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() local 211 PresumedLoc PLoc, in emitIncludeStack() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local 285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local 478 PresumedLoc PLoc, in emitIncludeLocation() 489 PresumedLoc PLoc, in emitImportLocation() 502 PresumedLoc PLoc, in emitBuildingModuleLocation()
|
H A D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
|
H A D | TextDiagnostic.cpp | 676 PresumedLoc PLoc, in emitDiagnosticMessage() 773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 876 PresumedLoc PLoc, in emitIncludeLocation() 885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation() 896 PresumedLoc PLoc, in emitBuildingModuleLocation() 1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
|
H A D | SerializedDiagnosticPrinter.cpp | 74 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 355 PresumedLoc PLoc, in AddLocToRecord() 657 PresumedLoc PLoc, in EmitDiagnosticMessage() 689 PresumedLoc PLoc, in emitDiagnosticMessage() 759 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
|
H A D | PrintPreprocessedOutput.cpp | 154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 745 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
|
H A D | CIndexDiagnostic.cpp | 115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | SanitizerMetadata.cpp | 80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
|
H A D | CGOpenMPRuntime.cpp | 176 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation() local
|
H A D | CGDebugInfo.cpp | 243 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local 276 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local 290 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
|
H A D | CodeGenModule.cpp | 1156 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 1164 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
|
H A D | CGExpr.cpp | 2189 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1287 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local 1295 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local 1343 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
|
H A D | Pragma.cpp | 428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
H A D | PPDirectives.cpp | 1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | TypePrinter.cpp | 934 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
H A D | ASTDumper.cpp | 570 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local 3106 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
|