| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 142 L.getExpansionLineNumber()); in NormalizeLine() 149 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| H A D | AnalysisDeclContext.cpp | 491 Out << SM.getExpansionLineNumber(Loc); in printLocation()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 235 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber() function in FullSourceLoc 237 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
|
| H A D | Sarif.cpp | 154 json::Object Region{{"startLine", BeginCharLoc.getExpansionLineNumber()}, in createTextRegion() 160 Region["endLine"] = EndCharLoc.getExpansionLineNumber(); in createTextRegion()
|
| H A D | SourceManager.cpp | 1403 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, in getExpansionLineNumber() function in SourceManager
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller"; in genName() 88 << SM.getExpansionLineNumber(L); in genName() 94 << SM.getExpansionLineNumber(L); in genName()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 303 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber(); in ReportDiag() 565 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 603 P->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 1251 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart); in HighlightRange() 1254 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()
|
| H A D | PlistDiagnostics.cpp | 755 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber() in FlushDiagnosticsImpl() 762 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber() in FlushDiagnosticsImpl()
|
| H A D | BugReporter.cpp | 610 << getSourceManager().getExpansionLineNumber(Loc.asLocation()) in ExecutionContinues() 770 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 774 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 799 os << ":' at line " << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 818 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber(); in generateDiagForGotoOP() 3188 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() 3189 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() 3204 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc); in populateExecutedLinesWithStmt()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 114 EmitInteger(o, Loc.getExpansionLineNumber()) << '\n'; in EmitLocation()
|
| H A D | SourceLocation.h | 399 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
|
| H A D | SourceManager.h | 1442 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 923 return std::make_pair(SM.getExpansionLineNumber(Begin), in findLinesForRange() 924 SM.getExpansionLineNumber(End)); in findLinesForRange() 1091 unsigned StartLineNo = SM.getExpansionLineNumber(Begin); in prepareAndFilterRanges() 1095 unsigned EndLineNo = SM.getExpansionLineNumber(End); in prepareAndFilterRanges()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 280 : SM.getExpansionLineNumber(Loc); in writeBareSourceLocation()
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 954 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration() 955 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
|
| H A D | RewriteModernObjC.cpp | 1113 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration() 1114 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3425 M.Line = SourceMgr.getExpansionLineNumber(Loc); in InstantiateClass()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4978 M.Line = SourceMgr.getExpansionLineNumber(Loc); in InstantiateFunctionDefinition()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3314 SM.getExpansionLineNumber(L); in EmitAnnotationLineNo()
|
| H A D | CGStmtOpenMP.cpp | 8001 PLoc.isValid() ? PLoc.getLine() : SM.getExpansionLineNumber(L); in emitTargetTeamsLoopCodegenStatus()
|