HomeSort by relevance Sort by last modified time
    Searched defs:SMgr (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 129 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
136 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
162 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
205 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
237 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
PathDiagnostic.cpp 148 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
162 FID = SMgr.getFileID(L);
163 } else if (SMgr.getFileID(L) != FID)
170 SourceLocation L = SMgr.getExpansionLoc(I->getBegin());
171 if (!L.isFileID() || SMgr.getFileID(L) != FID)
173 L = SMgr.getExpansionLoc(I->getEnd());
174 if (!L.isFileID() || SMgr.getFileID(L) != FID)
    [all...]
BugReporter.cpp 419 SourceManager &SMgr = getSourceManager();
431 return PathDiagnosticLocation(S, SMgr, LC);
436 return PathDiagnosticLocation(S, SMgr, LC);
441 return PathDiagnosticLocation(Parent, SMgr, LC);
443 return PathDiagnosticLocation(S, SMgr, LC);
449 return PathDiagnosticLocation(Parent, SMgr, LC);
451 return PathDiagnosticLocation(S, SMgr, LC);
453 return PathDiagnosticLocation(S, SMgr, LC);
456 return PathDiagnosticLocation(S, SMgr, LC);
460 return PathDiagnosticLocation(S, SMgr, LC)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 668 milliseconds