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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
88 << SM.getExpansionLineNumber(L);
94 << SM.getExpansionLineNumber(L);
/freebsd-11-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.cpp207 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber();
449 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber();
484 P->getLocation().asLocation().getExpansionLineNumber();
1011 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart);
1014 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd);
H A DSarifDiagnostics.cpp177 {"startLine", SM.getExpansionLineNumber(R.getBegin())},
183 Region["endLine"] = SM.getExpansionLineNumber(R.getEnd());
H A DPlistDiagnostics.cpp741 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber()
748 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber()
H A DBugReporter.cpp594 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
754 << End.asLocation().getExpansionLineNumber();
758 << End.asLocation().getExpansionLineNumber();
783 os << ":' at line " << End.asLocation().getExpansionLineNumber();
802 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber();
3060 unsigned StartLine = SM.getExpansionLineNumber(Start);
3061 unsigned EndLine = SM.getExpansionLineNumber(End);
3076 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc);
/freebsd-11-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.cpp1377 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h394 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1411 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp471 Out << SM.getExpansionLineNumber(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp204 : SM.getExpansionLineNumber(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp952 if (SM->getExpansionLineNumber(LocEnd) >
953 SM->getExpansionLineNumber(LocStart)) {
H A DRewriteModernObjC.cpp1111 if (SM->getExpansionLineNumber(LocEnd) >
1112 SM->getExpansionLineNumber(LocStart)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2231 SM.getExpansionLineNumber(L);

Completed in 316 milliseconds