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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp58 << SM.getExpansionLineNumber(CL->getLocStart())
67 << SM.getExpansionLineNumber(L);
74 << SM.getExpansionLineNumber(L);
/external/clang/lib/Basic/
H A DSourceLocation.cpp96 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { function in class:FullSourceLoc
98 return SrcMgr->getExpansionLineNumber(*this, Invalid);
H A DSourceManager.cpp1384 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc, function in class:SourceManager
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp437 << UL.getExpansionLineNumber() - UFunL.getExpansionLineNumber()
446 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber()
H A DHTMLDiagnostics.cpp148 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber();
189 int LineNumber = (*path.rbegin())->getLocation().asLocation().getExpansionLineNumber();
588 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart);
591 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd);
H A DBugReporter.cpp384 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
647 << End.asLocation().getExpansionLineNumber();
665 << End.asLocation().getExpansionLineNumber();
669 << End.asLocation().getExpansionLineNumber();
696 << End.asLocation().getExpansionLineNumber();
1079 unsigned ContainerBegLine = SM.getExpansionLineNumber(ContainerRBeg);
1080 unsigned ContainerEndLine = SM.getExpansionLineNumber(ContainerREnd);
1081 unsigned ContaineeBegLine = SM.getExpansionLineNumber(ContaineeRBeg);
1082 unsigned ContaineeEndLine = SM.getExpansionLineNumber(ContaineeREnd);
H A DExprEngine.cpp2320 << GraphPrintSourceManager->getExpansionLineNumber(SLoc)
2425 << GraphPrintSourceManager->getExpansionLineNumber(SLoc)
/external/clang/include/clang/Basic/
H A DSourceLocation.h287 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1254 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp268 *line = SM.getExpansionLineNumber(ExpansionLoc);
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp916 unsigned StartLineNo = SM.getExpansionLineNumber(Begin);
920 unsigned EndLineNo = SM.getExpansionLineNumber(End);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1134 if (SM->getExpansionLineNumber(LocEnd) >
1135 SM->getExpansionLineNumber(LocStart)) {
H A DRewriteObjC.cpp959 if (SM->getExpansionLineNumber(LocEnd) >
960 SM->getExpansionLineNumber(LocStart)) {
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1120 SM.getExpansionLineNumber(L);

Completed in 1426 milliseconds