Searched refs:getExpansionLineNumber (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp82 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
89 << SM.getExpansionLineNumber(L);
95 << SM.getExpansionLineNumber(L);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp139 L.getExpansionLineNumber());
146 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col);
H A DHTMLDiagnostics.cpp234 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber();
476 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber();
511 P->getLocation().asLocation().getExpansionLineNumber();
1038 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart);
1041 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd);
H A DSarifDiagnostics.cpp184 {"startLine", SM.getExpansionLineNumber(R.getBegin())},
190 Region["endLine"] = SM.getExpansionLineNumber(R.getEnd());
H A DPlistDiagnostics.cpp754 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber()
761 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber()
H A DBugReporter.cpp597 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
757 << End.asLocation().getExpansionLineNumber();
761 << End.asLocation().getExpansionLineNumber();
786 os << ":' at line " << End.asLocation().getExpansionLineNumber();
805 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber();
3111 unsigned StartLine = SM.getExpansionLineNumber(Start);
3112 unsigned EndLine = SM.getExpansionLineNumber(End);
3127 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp207 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { function in class:FullSourceLoc
209 return SrcMgr->getExpansionLineNumber(*this, Invalid);
H A DSourceManager.cpp1458 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, function in class:SourceManager
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h394 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1378 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp944 return std::make_pair(SM.getExpansionLineNumber(Begin),
945 SM.getExpansionLineNumber(End));
995 unsigned StartLineNo = SM.getExpansionLineNumber(Begin);
999 unsigned EndLineNo = SM.getExpansionLineNumber(End);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp439 Out << SM.getExpansionLineNumber(Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp214 : SM.getExpansionLineNumber(Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1112 if (SM->getExpansionLineNumber(LocEnd) >
1113 SM->getExpansionLineNumber(LocStart)) {
H A DRewriteObjC.cpp953 if (SM->getExpansionLineNumber(LocEnd) >
954 SM->getExpansionLineNumber(LocStart)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2279 SM.getExpansionLineNumber(L);

Completed in 301 milliseconds