/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() local 209 PresumedLoc PLoc, in emitIncludeStack() 240 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local 283 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local 628 PresumedLoc PLoc, in emitIncludeLocation() 639 PresumedLoc PLoc, in emitImportLocation() 655 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 | 76 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 357 PresumedLoc PLoc, in AddLocToRecord() 647 PresumedLoc PLoc, in EmitDiagnosticMessage() 679 PresumedLoc PLoc, in emitDiagnosticMessage() 749 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 | 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 773 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 | 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
|
D | CGDebugInfo.cpp | 280 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local 320 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local 333 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
|
D | CodeGenModule.cpp | 1296 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 1304 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
|
D | CGExpr.cpp | 2353 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
|
D | CGOpenMPRuntime.cpp | 443 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1495 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local 1503 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local 1551 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
|
D | Pragma.cpp | 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
D | PPDirectives.cpp | 1087 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 944 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
D | ASTDumper.cpp | 579 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 3092 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
|