| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 138 L.getExpansionLineNumber()); in NormalizeLine() 145 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| H A D | AnalysisDeclContext.cpp | 489 Out << SM.getExpansionLineNumber(Loc); in printLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 233 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber() function in FullSourceLoc 235 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
|
| H A D | Sarif.cpp | 153 json::Object Region{{"startLine", BeginCharLoc.getExpansionLineNumber()}, in createTextRegion() 159 Region["endLine"] = EndCharLoc.getExpansionLineNumber(); in createTextRegion()
|
| H A D | SourceManager.cpp | 1408 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, in getExpansionLineNumber() function in SourceManager
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 301 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber(); in ReportDiag() 563 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 601 P->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 1250 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart); in HighlightRange() 1253 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()
|
| H A D | PlistDiagnostics.cpp | 752 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber() in FlushDiagnosticsImpl() 759 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber() in FlushDiagnosticsImpl()
|
| H A D | BugReporter.cpp | 631 << getSourceManager().getExpansionLineNumber(Loc.asLocation()) in ExecutionContinues() 791 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 795 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 820 os << ":' at line " << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 838 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber(); in generateDiagForGotoOP() 3236 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() 3237 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() 3252 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc); in populateExecutedLinesWithStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 81 << SM.getExpansionLineNumber(CL->getBeginLoc()); in genName() 88 << SM.getExpansionLineNumber(L); in genName() 94 << SM.getExpansionLineNumber(L); in genName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 111 EmitInteger(o, Loc.getExpansionLineNumber()) << '\n'; in EmitLocation()
|
| H A D | SourceLocation.h | 401 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
|
| H A D | SourceManager.h | 1444 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 921 return std::make_pair(SM.getExpansionLineNumber(Begin), in findLinesForRange() 922 SM.getExpansionLineNumber(End)); in findLinesForRange() 1088 unsigned StartLineNo = SM.getExpansionLineNumber(Begin); in prepareAndFilterRanges() 1092 unsigned EndLineNo = SM.getExpansionLineNumber(End); in prepareAndFilterRanges()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 371 static_cast<int>(SM.getExpansionLineNumber(Loc))}; in timeTraceScopeDeclMetadata()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 279 : SM.getExpansionLineNumber(Loc); in writeBareSourceLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 952 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration() 953 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
|
| H A D | RewriteModernObjC.cpp | 1112 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration() 1113 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3617 M.Line = SourceMgr.getExpansionLineNumber(Loc); in InstantiateClass()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5557 M.Line = SourceMgr.getExpansionLineNumber(Loc); in InstantiateFunctionDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3566 SM.getExpansionLineNumber(L); in EmitAnnotationLineNo()
|
| H A D | CGStmtOpenMP.cpp | 8303 PLoc.isValid() ? PLoc.getLine() : SM.getExpansionLineNumber(L); in emitTargetTeamsLoopCodegenStatus()
|