Searched refs:SMgr (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp128 const SourceManager &SMgr = (*path.begin())->getLocation().getManager(); local
135 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
161 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
204 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
236 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
H A DBugReporter.cpp301 SourceManager &SMgr = getSourceManager(); local
313 return PathDiagnosticLocation(S, SMgr, LC);
318 return PathDiagnosticLocation(S, SMgr, LC);
323 return PathDiagnosticLocation(Parent, SMgr, LC);
325 return PathDiagnosticLocation(S, SMgr, LC);
331 return PathDiagnosticLocation(Parent, SMgr, LC);
333 return PathDiagnosticLocation(S, SMgr, LC);
335 return PathDiagnosticLocation(S, SMgr, LC);
338 return PathDiagnosticLocation(S, SMgr, LC);
342 return PathDiagnosticLocation(S, SMgr, L
424 SourceManager& SMgr = PDB.getSourceManager(); local
[all...]
H A DPathDiagnostic.cpp142 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager(); local
156 FID = SMgr.getFileID(L);
157 } else if (SMgr.getFileID(L) != FID)
164 SourceLocation L = SMgr.getExpansionLoc(I->getBegin());
165 if (!L.isFileID() || SMgr.getFileID(L) != FID)
167 L = SMgr.getExpansionLoc(I->getEnd());
168 if (!L.isFileID() || SMgr.getFileID(L) != FID)
H A DStore.cpp366 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr, argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h214 virtual bool HandleBinding(StoreManager& SMgr, Store store,
227 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,

Completed in 105 milliseconds