Home
last modified time | relevance | path

Searched refs:getPresumedLoc (Results 1 – 25 of 25) sorted by relevance

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp159 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()
DHeaderIncludeGen.cpp86 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
DPrintPreprocessedOutput.cpp151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
257 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp233 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord()
760 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
DTextDiagnostic.cpp1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp307 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/
DCIndexInclusionStack.cpp64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
DCXSourceLocation.cpp296 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
DSourceManager.cpp1179 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/
DAnalyzerStatsChecker.cpp93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1292 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()
DPragma.cpp428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
DPPDirectives.cpp1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
DCGDebugInfo.cpp124 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()
DCodeGenModule.cpp1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit()
1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
DCGOpenMPRuntime.cpp373 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation()
DCGExpr.cpp2215 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp253 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/external/clang/include/clang/Basic/
DSourceManager.h1285 PresumedLoc getPresumedLoc(SourceLocation Loc,
/external/clang/lib/AST/
DTypePrinter.cpp939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
DASTDumper.cpp573 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective()
3100 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()