| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | RawCommentList.cpp | 129 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()
|
| D | CommentLexer.cpp | 854 std::pair<FileID, unsigned> LocInfo = SourceMgr.getDecomposedLoc(Loc); in getSpelling()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/ |
| D | Commit.cpp | 242 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/ |
| D | SourceCode.cpp | 68 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/ |
| D | SourceLocation.cpp | 270 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc 271 return SrcMgr->getDecomposedLoc(*this); in getDecomposedLoc()
|
| D | SourceManager.cpp | 952 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()
|
| D | Diagnostic.cpp | 188 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/ |
| D | TextDiagnostic.cpp | 870 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/ |
| D | Transforms.cpp | 141 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()
|
| D | ObjCMT.cpp | 1790 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc); in writeLoc() 1803 SourceMgr.getDecomposedLoc(Range.getBegin()); in writeRemove() 1805 SourceMgr.getDecomposedLoc(Range.getEnd()); in writeRemove()
|
| D | TransformActions.cpp | 426 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/ |
| D | Replacement.cpp | 124 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/ |
| D | Lexer.cpp | 333 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 …]
|
| D | ModuleMap.cpp | 1960 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/ |
| D | CodeCompleteConsumer.cpp | 596 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/ |
| D | Tokens.cpp | 123 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/ |
| D | SourceLocation.h | 420 std::pair<FileID, unsigned> getDecomposedLoc() const;
|
| D | SourceManager.h | 1236 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/ |
| D | Rewriter.cpp | 234 std::pair<FileID, unsigned> V = SourceMgr->getDecomposedLoc(Loc); in getLocationOffsetAndFileID()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| D | AtomicChange.cpp | 200 FullKeyPosition.getSpellingLoc().getDecomposedLoc(); in AtomicChange()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| D | USRLocFinder.cpp | 49 FullLoc.getSpellingLoc().getDecomposedLoc(); in IsValidEditLoc()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | PathDiagnostic.cpp | 334 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/ |
| D | LocalizationChecker.cpp | 1132 Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr() 1140 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Index/ |
| D | CommentToXML.cpp | 889 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in visitFullComment()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | HTMLDiagnostics.cpp | 945 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc(); in HandlePiece()
|