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 124 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
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());
PathDiagnostic.cpp 127 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();
167 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
216 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
229 FID = SMgr.getFileID(L);
230 } else if (SMgr.getFileID(L) != FID)
237 SourceLocation L = SMgr.getExpansionLoc(I->getBegin())
    [all...]
BugReporter.cpp 426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P,
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, LC)
    [all...]
Store.cpp 505 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 212 virtual bool HandleBinding(StoreManager& SMgr, Store store,
226 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
250 inline StoreRef::StoreRef(Store store, StoreManager & smgr)
251 : store(store), mgr(smgr) {

Completed in 583 milliseconds