HomeSort by relevance Sort by last modified time
    Searched refs:SMgr (Results 1 - 5 of 5) 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());
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...]
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...]
Store.cpp 482 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 220 virtual bool HandleBinding(StoreManager& SMgr, Store store,
233 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
257 inline StoreRef::StoreRef(Store store, StoreManager & smgr)
258 : store(store), mgr(smgr) {

Completed in 145 milliseconds