Home
last modified time | relevance | path

Searched refs:getExpansionLineNumber (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp141 L.getExpansionLineNumber()); in NormalizeLine()
148 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
H A DAnalysisDeclContext.cpp439 Out << SM.getExpansionLineNumber(Loc); in printLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp256 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 DPlistDiagnostics.cpp756 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber() in FlushDiagnosticsImpl()
763 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber() in FlushDiagnosticsImpl()
H A DSarifDiagnostics.cpp184 {"startLine", SM.getExpansionLineNumber(R.getBegin())}, in createTextRegion()
190 Region["endLine"] = SM.getExpansionLineNumber(R.getEnd()); in createTextRegion()
H A DBugReporter.cpp597 << 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 DStackAddrEscapeChecker.cpp82 << 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 DSourceLocation.cpp226 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber() function in FullSourceLoc
228 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
H A DSourceManager.cpp1448 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, in getExpansionLineNumber() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPlistSupport.h115 EmitInteger(o, Loc.getExpansionLineNumber()) << '\n'; in EmitLocation()
H A DSourceLocation.h399 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1403 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp936 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 Dax_detect_clang.m491 AC_EGREP_HEADER([getExpansionLineNumber], [clang/Basic/SourceLocation.h], [],
92 [AC_DEFINE([getExpansionLineNumber], [getInstantiationLineNumber], definition
/netbsd-src/external/mit/isl/dist/interface/
H A Disl_config.h.in150 #undef getExpansionLineNumber
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp256 *line = SM.getExpansionLineNumber(ExpansionLoc); in clang_getExpansionLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp214 : SM.getExpansionLineNumber(Loc); in writeBareSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp954 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration()
955 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
H A DRewriteModernObjC.cpp1113 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration()
1114 SM->getExpansionLineNumber(LocStart)) { in RewriteMethodDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2497 SM.getExpansionLineNumber(L); in EmitAnnotationLineNo()