HomeSort by: relevance | last modified time | path
    Searched refs:getExpansionLineNumber (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 82 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
89 << SM.getExpansionLineNumber(L);
95 << SM.getExpansionLineNumber(L);
  /src/external/mit/isl/dist/interface/
isl_config.h.in 150 #undef getExpansionLineNumber
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
IssueHash.cpp 141 L.getExpansionLineNumber());
148 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col);
AnalysisDeclContext.cpp 439 Out << SM.getExpansionLineNumber(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 226 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const {
228 return SrcMgr->getExpansionLineNumber(*this, Invalid);
SourceManager.cpp 1448 unsigned SourceManager::getExpansionLineNumber(SourceLocation Loc,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 256 offsetDecl = L.getExpansionLineNumber() - FunL.getExpansionLineNumber();
498 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber();
533 P->getLocation().asLocation().getExpansionLineNumber();
1060 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart);
1063 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd);
SarifDiagnostics.cpp 184 {"startLine", SM.getExpansionLineNumber(R.getBegin())},
190 Region["endLine"] = SM.getExpansionLineNumber(R.getEnd());
PlistDiagnostics.cpp 756 << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber()
763 << L.getExpansionLineNumber() - FunL.getExpansionLineNumber()
BugReporter.cpp 597 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
757 << End.asLocation().getExpansionLineNumber();
761 << End.asLocation().getExpansionLineNumber();
786 os << ":' at line " << End.asLocation().getExpansionLineNumber();
805 os << "Control jumps to line " << End.asLocation().getExpansionLineNumber();
3109 unsigned StartLine = SM.getExpansionLineNumber(Start);
3110 unsigned EndLine = SM.getExpansionLineNumber(End);
3125 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 256 *line = SM.getExpansionLineNumber(ExpansionLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 399 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
SourceManager.h 1403 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 936 return std::make_pair(SM.getExpansionLineNumber(Begin),
937 SM.getExpansionLineNumber(End));
987 unsigned StartLineNo = SM.getExpansionLineNumber(Begin);
991 unsigned EndLineNo = SM.getExpansionLineNumber(End);
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 214 : SM.getExpansionLineNumber(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1113 if (SM->getExpansionLineNumber(LocEnd) >
1114 SM->getExpansionLineNumber(LocStart)) {
RewriteObjC.cpp 954 if (SM->getExpansionLineNumber(LocEnd) >
955 SM->getExpansionLineNumber(LocStart)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2497 SM.getExpansionLineNumber(L);

Completed in 82 milliseconds