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

/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp64 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp50 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp240 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { function in class:FullSourceLoc
242 return SrcMgr->getSpellingLineNumber(*this, Invalid);
H A DSourceManager.cpp1448 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, function in class:SourceManager
/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp216 << ":" << FullLoc.getSpellingLineNumber() << ":"
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp202 SM.getSpellingLineNumber(token.getLocation(), &invalid);
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h407 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1415 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp179 LineStart = SM.getSpellingLineNumber(LocStart);
181 LineEnd = SM.getSpellingLineNumber(LocEnd);
342 /// getSpellingLineNumber uses getLineNumber, which is expensive.
351 SR.LineStart == SM.getSpellingLineNumber(PrevTokLoc))
354 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) {
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp515 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid);
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1339 SourceMgr.getSpellingLineNumber(TheLine.First->Tok.getLocation());
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp245 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc)
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3828 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6977 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc());
6979 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc());

Completed in 404 milliseconds