| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 141 L.getExpansionLineNumber()); in NormalizeLine() 148 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| H A D | AnalysisDeclContext.cpp | 439 Out << SM.getExpansionLineNumber(Loc); in printLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 256 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber(); in ReportDiag() 498 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 533 P->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() 1060 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart); in HighlightRange() 1063 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()
|
| H A D | PlistDiagnostics.cpp | 756 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber() in FlushDiagnosticsImpl() 763 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber() in FlushDiagnosticsImpl()
|
| H A D | SarifDiagnostics.cpp | 184 {"startLine", SM.getExpansionLineNumber(R.getBegin())}, in createTextRegion() 190 Region["endLine"] = SM.getExpansionLineNumber(R.getEnd()); in createTextRegion()
|
| H A D | BugReporter.cpp | 597 << getSourceManager().getExpansionLineNumber(Loc.asLocation()) in ExecutionContinues() 757 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 761 << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 786 os << ":' at line " << End.asLocation().getExpansionLineNumber(); in generateDiagForSwitchOP() 805 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber(); in generateDiagForGotoOP() 3109 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() 3110 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() 3125 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc); in populateExecutedLinesWithStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 82 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller"; in genName() 89 << SM.getExpansionLineNumber(L); in genName() 95 << SM.getExpansionLineNumber(L); in genName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 226 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber() function in FullSourceLoc 228 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
|
| H A D | SourceManager.cpp | 1448 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, in getExpansionLineNumber() function in SourceManager
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 115 EmitInteger(o, Loc.getExpansionLineNumber()) << '\n'; in EmitLocation()
|
| H A D | SourceLocation.h | 399 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
|
| H A D | SourceManager.h | 1403 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 936 return std::make_pair(SM.getExpansionLineNumber(Begin), in findLinesForRange() 937 SM.getExpansionLineNumber(End)); in findLinesForRange() 987 unsigned StartLineNo = SM.getExpansionLineNumber(Begin); in highlightRange() 991 unsigned EndLineNo = SM.getExpansionLineNumber(End); in highlightRange()
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_detect_clang.m4 | 91 AC_EGREP_HEADER([getExpansionLineNumber], [clang/Basic/SourceLocation.h], [], 92 [AC_DEFINE([getExpansionLineNumber], [getInstantiationLineNumber], definition
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | isl_config.h.in | 150 #undef getExpansionLineNumber
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXSourceLocation.cpp | 256 *line = SM.getExpansionLineNumber(ExpansionLoc); in clang_getExpansionLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 214 : SM.getExpansionLineNumber(Loc); in writeBareSourceLocation()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2497 SM.getExpansionLineNumber(L); in EmitAnnotationLineNo()
|