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 126 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
133 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
147 SMgr.getExpansionLoc((*path.rbegin())->getLocation().asLocation()),
148 SMgr);
149 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
178 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
224 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
241 FullSourceLoc L(SMgr.getExpansionLoc(UPDLoc.isValid()
244 SMgr);
    [all...]
PathDiagnostic.cpp 125 const SourceManager &SMgr) {
132 assert(SMgr.isInMainFile(CallLoc) &&
136 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation()))
147 return getFirstStackedCallToHeaderFile(CPInner, SMgr);
160 const SourceManager &SMgr = LastP->getLocation().getManager();
165 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
213 const SourceManager &SMgr = D->path.front()->getLocation().getManager();
226 FID = SMgr.getFileID(L);
227 } else if (SMgr.getFileID(L) != FID)
234 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 494 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 99 milliseconds