Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DRawCommentList.cpp129 SourceMgr.getDecomposedLoc(Range.getBegin()); in RawComment()
159 SourceMgr.getDecomposedLoc(Range.getBegin()); in getRawTextSlow()
160 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd()); in getRawTextSlow()
228 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
229 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); in onlyWhitespaceBetween()
284 SourceMgr.getDecomposedLoc(RC.getBeginLoc()); in addComment()
354 SourceMgr.getDecomposedLoc(C->getSourceRange().getEnd()).second; in getCommentEndOffset()
DCommentLexer.cpp854 std::pair<FileID, unsigned> LocInfo = SourceMgr.getDecomposedLoc(Loc); in getSpelling()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
DCommit.cpp242 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsert()
276 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken()
312 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin()); in canRemoveRange()
313 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp68 std::pair<FileID, unsigned> BeginInfo = SM.getDecomposedLoc(Range.getBegin()); in validateEditRange()
69 std::pair<FileID, unsigned> EndInfo = SM.getDecomposedLoc(Range.getEnd()); in validateEditRange()
137 auto FileOffset = SM.getDecomposedLoc(ExpansionRange.getEnd()); in getEntityEndLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DSourceLocation.cpp270 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc
271 return SrcMgr->getDecomposedLoc(*this); in getDecomposedLoc()
DSourceManager.cpp952 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getSpellingLocSlowCase()
1012 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getImmediateSpellingLoc()
1084 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion()
1842 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1920 std::tie(FID, Offset) = getDecomposedLoc(Loc); in getMacroArgExpandedLocation()
1971 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
2025 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS); in isBeforeInTranslationUnit()
2026 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS); in isBeforeInTranslationUnit()
DDiagnostic.cpp188 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedLoc(Loc); in append()
214 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedLoc(Loc); in lookup()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp870 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc()
871 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E); in emitDiagnosticLoc()
1148 std::pair<FileID, unsigned> LocInfo = Loc.getDecomposedLoc(); in emitSnippetAndCaret()
1182 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
1332 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits()
1333 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransforms.cpp141 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation()
389 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute()
470 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute()
DObjCMT.cpp1790 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc); in writeLoc()
1803 SourceMgr.getDecomposedLoc(Range.getBegin()); in writeRemove()
1805 SourceMgr.getDecomposedLoc(Range.getEnd()); in writeRemove()
DTransformActions.cpp426 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
DReplacement.cpp124 Sources.getDecomposedLoc(Start); in setFromSourceLocation()
139 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin); in getRangeSize()
140 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd); in getRangeSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp333 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in getSpelling()
471 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in getRawToken()
513 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in getBeginningOfFileToken()
568 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc); in GetBeginningOfToken()
570 SM.getDecomposedLoc(BeginFileLoc); in GetBeginningOfToken()
868 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin); in makeRangeFromFileLocs()
968 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(Range.getBegin()); in getSourceText()
1034 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc); in getImmediateMacroName()
1059 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc); in getImmediateMacroNameForDiagnostics()
1093 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in getIndentationForLine()
[all …]
DModuleMap.cpp1960 SourceMgr.getDecomposedLoc(ModuleNameLoc).first != in parseModuleDecl()
1961 SourceMgr.getDecomposedLoc(Existing->DefinitionLoc).first; in parseModuleDecl()
3033 auto Loc = SourceMgr.getDecomposedLoc(Parser.getLocation()); in parseModuleMapFile()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp596 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults()
597 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp123 std::tie(File, StartOffset) = SM.getDecomposedLoc(location()); in range()
153 std::tie(File, Begin) = SM.getDecomposedLoc(BeginLoc); in FileRange()
165 std::tie(File, Begin) = SM.getDecomposedLoc(BeginLoc); in FileRange()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSourceLocation.h420 std::pair<FileID, unsigned> getDecomposedLoc() const;
DSourceManager.h1236 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() function
1288 return getDecomposedLoc(SpellingLoc).second; in getFileOffset()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
DRewriter.cpp234 std::pair<FileID, unsigned> V = SourceMgr->getDecomposedLoc(Loc); in getLocationOffsetAndFileID()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
DAtomicChange.cpp200 FullKeyPosition.getSpellingLoc().getDecomposedLoc(); in AtomicChange()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp49 FullLoc.getSpellingLoc().getDecomposedLoc(); in IsValidEditLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp334 std::pair<FileID, unsigned> XOffs = XL.getDecomposedLoc(); in compareCrossTUSourceLocs()
335 std::pair<FileID, unsigned> YOffs = YL.getDecomposedLoc(); in compareCrossTUSourceLocs()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp1132 Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
1140 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp889 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in visitFullComment()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp945 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc(); in HandlePiece()

12