/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() 330 PL = SM.getPresumedLoc(end); in printSourceRange()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 261 CurSM.getPresumedLoc(CurLoc, in emitModuleBuildStack()
|
D | PrintPreprocessedOutput.cpp | 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | HeaderIncludeGen.cpp | 120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 235 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord() 750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
|
D | TextDiagnostic.cpp | 1263 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
|
D | CXSourceLocation.cpp | 292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
|
D | SourceManager.cpp | 1187 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() 1397 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() 1456 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() function in SourceManager
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
D | CGDebugInfo.cpp | 137 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 319 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 359 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() 372 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
D | CodeGenModule.cpp | 1349 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() 1357 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
|
D | CGOpenMPRuntime.cpp | 966 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() 4765 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getTargetEntryUniqueInfo()
|
D | CGExpr.cpp | 2392 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1577 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1592 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1635 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1637 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
D | PPDirectives.cpp | 1230 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 252 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1322 PresumedLoc getPresumedLoc(SourceLocation Loc,
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|
D | ASTDumper.cpp | 597 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1620 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() 3061 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()
|