Searched defs:SMgr (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp179 bool HandleBinding(StoreManager &SMgr, Store store, argument
H A DRetainCountChecker.cpp2305 const SourceManager& SMgr = Ctx.getSourceManager(); local
2320 Location = PathDiagnosticLocation::createBegin(AllocStmt, SMgr,
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp129 const SourceManager &SMgr = (*path.begin())->getLocation().getManager(); local
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());
H A DStore.cpp482 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr, argument
H A DPathDiagnostic.cpp148 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager(); local
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)
H A DBugReporter.cpp419 SourceManager &SMgr = getSourceManager(); local
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, L
571 SourceManager& SMgr = PDB.getSourceManager(); local
[all...]

Completed in 120 milliseconds