Searched refs:PresumedLoc (Results 1 – 18 of 18) sorted by relevance
347 class PresumedLoc {352 PresumedLoc() : Filename(0) {} in PresumedLoc() function353 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() function
876 PresumedLoc getPresumedLoc(SourceLocation Loc) const;
60 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
1222 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc) const { in getPresumedLoc()1223 if (Loc.isInvalid()) return PresumedLoc(); in getPresumedLoc()1231 return PresumedLoc(); in getPresumedLoc()1247 return PresumedLoc(); in getPresumedLoc()1250 return PresumedLoc(); in getPresumedLoc()1282 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
78 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
135 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()243 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()617 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
63 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in PrintIncludeStack()395 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitCaretDiagnostic()638 PresumedLoc PLoc = SM.getPresumedLoc(B); in EmitCaretDiagnostic()831 static PresumedLoc getDiagnosticPresumedLoc(const SourceManager &SM, in getDiagnosticPresumedLoc()861 PresumedLoc PLoc = getDiagnosticPresumedLoc(SM, Info.getLocation()); in HandleDiagnostic()
127 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
77 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
308 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation()320 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange()
842 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro()850 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro()896 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro()
325 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
829 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
125 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
173 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile()207 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber()216 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()1764 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in UpdateLineDirectiveRegion()1765 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in UpdateLineDirectiveRegion()
183 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in DumpLocation()
661 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()