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

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 293 SourceManager &SMgr = getSourceManager();
305 return PathDiagnosticLocation(S, SMgr, LC);
310 return PathDiagnosticLocation(S, SMgr, LC);
315 return PathDiagnosticLocation(Parent, SMgr, LC);
317 return PathDiagnosticLocation(S, SMgr, LC);
323 return PathDiagnosticLocation(Parent, SMgr, LC);
325 return PathDiagnosticLocation(S, SMgr, LC);
327 return PathDiagnosticLocation(S, SMgr, LC);
330 return PathDiagnosticLocation(S, SMgr, LC);
334 return PathDiagnosticLocation(S, SMgr, LC)
    [all...]
HTMLDiagnostics.cpp 160 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
167 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
193 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
236 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
268 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
PathDiagnostic.cpp 98 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
112 FID = SMgr.getFileID(L);
113 } else if (SMgr.getFileID(L) != FID)
120 SourceLocation L = SMgr.getExpansionLoc(RI->getBegin());
121 if (!L.isFileID() || SMgr.getFileID(L) != FID)
123 L = SMgr.getExpansionLoc(RI->getEnd());
124 if (!L.isFileID() || SMgr.getFileID(L) != FID)
Store.cpp 343 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 213 virtual bool HandleBinding(StoreManager& SMgr, Store store,
226 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
250 inline StoreRef::StoreRef(Store store, StoreManager & smgr)
251 : store(store), mgr(smgr) {

Completed in 590 milliseconds