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

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 141 const SourceManager &SMgr = D.begin()->getLocation().getManager();
149 FID = SMgr.getFileID(L);
150 } else if (SMgr.getFileID(L) != FID)
157 SourceLocation L = SMgr.getExpansionLoc(RI->getBegin());
159 if (!L.isFileID() || SMgr.getFileID(L) != FID)
162 L = SMgr.getExpansionLoc(RI->getEnd());
164 if (!L.isFileID() || SMgr.getFileID(L) != FID)
173 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOptions());
198 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
241 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str())
    [all...]
BugReporter.cpp 236 SourceManager &SMgr = getSourceManager();
249 return PathDiagnosticLocation(S, SMgr, LC);
254 return PathDiagnosticLocation(S, SMgr, LC);
259 return PathDiagnosticLocation(Parent, SMgr, LC);
261 return PathDiagnosticLocation(S, SMgr, LC);
267 return PathDiagnosticLocation(Parent, SMgr, LC);
269 return PathDiagnosticLocation(S, SMgr, LC);
271 return PathDiagnosticLocation(S, SMgr, LC);
274 return PathDiagnosticLocation(S, SMgr, LC);
278 return PathDiagnosticLocation(S, SMgr, LC)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 113 milliseconds