/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 306 CurSM.getPresumedLoc(CurLoc, in emitModuleBuildStack()
|
D | HeaderIncludeGen.cpp | 86 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 257 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 233 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord() 760 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
|
D | TextDiagnostic.cpp | 1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 307 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 319 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() 327 PL = SM.getPresumedLoc(end); in printSourceRange()
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
|
D | CXSourceLocation.cpp | 296 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 | 1179 return getPresumedLoc(Loc).getColumn(); in getPresumedColumnNumber() 1384 return getPresumedLoc(Loc).getLine(); in getPresumedLineNumber() 1441 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/Lex/ |
D | PPMacroExpansion.cpp | 1292 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1300 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1307 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1348 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1350 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1352 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
D | PPDirectives.cpp | 1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
|
/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
D | CGDebugInfo.cpp | 124 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 256 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() 303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
D | CodeGenModule.cpp | 1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() 1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
|
D | CGOpenMPRuntime.cpp | 373 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation()
|
D | CGExpr.cpp | 2215 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 253 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1285 PresumedLoc getPresumedLoc(SourceLocation Loc,
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|
D | ASTDumper.cpp | 573 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() 3100 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()
|