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

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp505 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr, argument
H A DHTMLDiagnostics.cpp124 const SourceManager &SMgr = (*path.begin())->getLocation().getManager(); local
131 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
145 SMgr.getExpansionLoc((*path.rbegin())->getLocation().asLocation()),
146 SMgr);
147 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
176 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
222 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
262 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
H A DPathDiagnostic.cpp127 const SourceManager &SMgr) {
134 assert(SMgr.isInMainFile(CallLoc) &&
138 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation()))
149 return getFirstStackedCallToHeaderFile(CPInner, SMgr);
162 const SourceManager &SMgr = LastP->getLocation().getManager(); local
167 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
216 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager(); local
229 FID = SMgr.getFileID(L);
230 } else if (SMgr.getFileID(L) != FID)
237 SourceLocation L = SMgr
126 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, const SourceManager &SMgr) argument
[all...]
H A DBugReporter.cpp426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, argument
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
441 return PathDiagnosticLocation(S, SMgr, LC);
446 return PathDiagnosticLocation(Parent, SMgr, LC);
448 return PathDiagnosticLocation(S, SMgr, LC);
455 return PathDiagnosticLocation(Parent, SMgr, LC);
457 return PathDiagnosticLocation(S, SMgr, LC);
460 return PathDiagnosticLocation(S, SMgr, LC);
463 return PathDiagnosticLocation(S, SMgr, LC);
466 return PathDiagnosticLocation(S, SMgr, L
565 SourceManager& SMgr = PDB.getSourceManager(); local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2332 const SourceManager& SMgr = Ctx.getSourceManager(); local
2366 PathDiagnosticLocation::createBegin(AllocStmt, SMgr,

Completed in 688 milliseconds