| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 64 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2); in areOnSameLine()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 243 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber() function in FullSourceLoc 245 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
|
| H A D | SourceManager.cpp | 1402 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, in getSpellingLineNumber() function in SourceManager
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 201 SM.getSpellingLineNumber(token.getLocation(), &invalid); in Highlight()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 192 << SM.getSpellingLineNumber(D.getLocation()); in beginAnalysis() 449 AST.getSourceManager().getSpellingLineNumber(Range.getBegin()); in writeCode()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 207 << ":" << FullLoc.getSpellingLineNumber() << ":" in HandleOneRename()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 410 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
|
| H A D | SourceManager.h | 1443 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 231 LineStart = SM.getSpellingLineNumber(LocStart); in SpellingRegion() 233 LineEnd = SM.getSpellingLineNumber(LocEnd); in SpellingRegion() 449 SR.LineStart == SM.getSpellingLineNumber(PrevTokLoc)) in adjustSkippedRange() 452 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 1211 unsigned TokenEndLine = SM.getSpellingLineNumber(T.getEndLoc(), &Invalid); in highlightLines() 1218 SM.getSpellingLineNumber(T.getLocation(), &Invalid); in highlightLines()
|
| H A D | FrontendAction.cpp | 109 return {SM.getSpellingLineNumber(Begin), in GetBeginSpelling() 126 return {SM.getSpellingLineNumber(End), SM.getSpellingColumnNumber(End)}; in GetEndSpelling()
|
| H A D | VerifyDiagnosticConsumer.cpp | 527 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid); in ParseDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1878 long NDLine = SemaRef.SourceMgr.getSpellingLineNumber(ND->getBeginLoc()); in CheckLastRoutineDeclNameConflict() 1880 SemaRef.SourceMgr.getSpellingLineNumber(LastRoutineDecl->getBeginLoc()); in CheckLastRoutineDeclNameConflict()
|
| H A D | SemaType.cpp | 3522 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) { in warnAboutAmbiguousFunction()
|
| H A D | SemaChecking.cpp | 14908 unsigned BodyLine = SourceMgr.getSpellingLineNumber(Body->getSemiLoc(), in ShouldDiagnoseEmptyStmtBody()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 272 loc.line = fsloc.getSpellingLineNumber(); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1442 SourceMgr.getSpellingLineNumber(TheLine.First->Tok.getLocation()); in format()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 278 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc) in writeBareSourceLocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11548 …3FullSourceLoc21getSpellingLineNumberEPb", "clang::FullSourceLoc::getSpellingLineNumber(bool*) con… 11602 …pellingLineNumberENS_14SourceLocationEPb", "clang::SourceManager::getSpellingLineNumber(clang::Sou…
|