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 122 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
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());
PathDiagnostic.cpp 125 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();
165 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
214 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
228 FID = SMgr.getFileID(L);
229 } else if (SMgr.getFileID(L) != FID)
236 SourceLocation L = SMgr.getExpansionLoc(I->getBegin())
    [all...]
BugReporter.cpp 390 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P,
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, LC)
    [all...]
Store.cpp 505 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 219 virtual bool HandleBinding(StoreManager& SMgr, Store store,
232 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
256 inline StoreRef::StoreRef(Store store, StoreManager & smgr)
257 : store(store), mgr(smgr) {

Completed in 1408 milliseconds