Home
last modified time | relevance | path

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

/external/clang/tools/arcmt-test/
Darcmt-test.cpp310 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/
DDiagnosticRenderer.cpp117 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()
DPrintPreprocessedOutput.cpp150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
DHeaderIncludeGen.cpp120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp235 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord()
750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
DTextDiagnostic.cpp1263 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
DCXSourceLocation.cpp292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
DSourceManager.cpp1187 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/
DAnalyzerStatsChecker.cpp93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
DCGDebugInfo.cpp137 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()
DCodeGenModule.cpp1349 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit()
1357 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
DCGOpenMPRuntime.cpp966 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation()
4765 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getTargetEntryUniqueInfo()
DCGExpr.cpp2392 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1577 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()
DPragma.cpp433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
DPPDirectives.cpp1230 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp252 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/external/clang/include/clang/Basic/
DSourceManager.h1322 PresumedLoc getPresumedLoc(SourceLocation Loc,
/external/clang/lib/AST/
DTypePrinter.cpp988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
DASTDumper.cpp597 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1620 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective()
3061 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()