/external/clang/lib/Frontend/ |
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()
|
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
|
D | SerializedDiagnosticPrinter.cpp | 75 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 356 PresumedLoc PLoc, in AddLocToRecord() 658 PresumedLoc PLoc, in EmitDiagnosticMessage() 690 PresumedLoc PLoc, in emitDiagnosticMessage() 760 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
|
D | PrintPreprocessedOutput.cpp | 151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
|
D | CIndexDiagnostic.cpp | 115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
|
D | CGDebugInfo.cpp | 256 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local 289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local 303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
|
D | CodeGenModule.cpp | 1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
|
D | CGOpenMPRuntime.cpp | 373 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
|
D | CGExpr.cpp | 2215 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1292 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local 1300 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local 1348 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
|
D | Pragma.cpp | 428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
D | PPDirectives.cpp | 1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
D | ASTDumper.cpp | 573 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local 3100 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
|