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.cpp2344 const SourceManager& SMgr = Ctx.getSourceManager(); local
2365 PathDiagnosticLocation::createBegin(AllocStmt, SMgr,
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp505 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr, argument
H A DHTMLDiagnostics.cpp122 const SourceManager &SMgr = (*path.begin())->getLocation().getManager(); local
129 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
155 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
198 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
230 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
H A DPathDiagnostic.cpp125 const SourceManager &SMgr) {
132 assert(SMgr.isFromMainFile(CallLoc) &&
136 if (!SMgr.isFromMainFile(CP->callEnterWithin.asLocation()))
147 return getFirstStackedCallToHeaderFile(CPInner, SMgr);
160 const SourceManager &SMgr = LastP->getLocation().getManager(); local
165 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
214 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager(); local
228 FID = SMgr.getFileID(L);
229 } else if (SMgr.getFileID(L) != FID)
236 SourceLocation L = SMgr
124 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, const SourceManager &SMgr) argument
[all...]
H A DBugReporter.cpp390 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, argument
400 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
405 return PathDiagnosticLocation(S, SMgr, LC);
410 return PathDiagnosticLocation(Parent, SMgr, LC);
412 return PathDiagnosticLocation(S, SMgr, LC);
419 return PathDiagnosticLocation(Parent, SMgr, LC);
421 return PathDiagnosticLocation(S, SMgr, LC);
424 return PathDiagnosticLocation(S, SMgr, LC);
427 return PathDiagnosticLocation(S, SMgr, LC);
430 return PathDiagnosticLocation(S, SMgr, L
529 SourceManager& SMgr = PDB.getSourceManager(); local
[all...]

Completed in 119 milliseconds