Home
last modified time | relevance | path

Searched refs:getSpellingLineNumber (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp63 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2); in areOnSameLine()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp236 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber() function in FullSourceLoc
238 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
H A DSourceManager.cpp1442 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, in getSpellingLineNumber() function in SourceManager
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp50 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " " in checkBranchCondition()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst132 << FullLocation.getSpellingLineNumber() << ":"
164 << FullLocation.getSpellingLineNumber() << ":"
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp216 << ":" << FullLoc.getSpellingLineNumber() << ":" in HandleOneRename()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp176 LineStart = SM.getSpellingLineNumber(LocStart); in SpellingRegion()
178 LineEnd = SM.getSpellingLineNumber(LocEnd); in SpellingRegion()
346 SR.LineStart == SM.getSpellingLineNumber(PrevTokLoc)) in adjustSkippedRange()
349 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h402 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1402 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp517 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid); in ParseDirective()
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1155 SourceMgr.getSpellingLineNumber(TheLine.First->Tok.getLocation()); in format()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp213 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc) in writeBareSourceLocation()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3661 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) { in warnAboutAmbiguousFunction()
H A DSemaChecking.cpp15312 unsigned BodyLine = SourceMgr.getSpellingLineNumber(Body->getSemiLoc(), in ShouldDiagnoseEmptyStmtBody()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6711 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
6713 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()