Searched refs:getSpellingLineNumber (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp63 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp50 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp217 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { function in class:FullSourceLoc
219 return SrcMgr->getSpellingLineNumber(*this, Invalid);
H A DSourceManager.cpp1452 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, function in class:SourceManager
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp201 SM.getSpellingLineNumber(token.getLocation(), &invalid);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp216 << ":" << FullLoc.getSpellingLineNumber() << ":"
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h397 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1377 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp118 LineStart = SM.getSpellingLineNumber(LocStart);
120 LineEnd = SM.getSpellingLineNumber(LocEnd);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp517 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1108 SourceMgr.getSpellingLineNumber(TheLine.First->Tok.getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp213 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3558 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) {

Completed in 98 milliseconds