Searched defs:SMgr (Results 1 - 6 of 6) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 494 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr, argument
|
H A D | HTMLDiagnostics.cpp | 126 const SourceManager &SMgr = path.front()->getLocation().getManager(); local 133 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts()); 147 SMgr.getExpansionLoc(path.back()->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...] |
H A D | BugReporterVisitors.cpp | 873 const SourceManager &SMgr = BRC.getSourceManager(); local 874 std::pair<FileID, unsigned> TLInfo = SMgr.getDecomposedLoc(TerminatorLoc); 875 SrcMgr::SLocEntry SE = SMgr.getSLocEntry(TLInfo.first);
|
H A D | PathDiagnostic.cpp | 123 const SourceManager &SMgr) { 130 assert(SMgr.isInMainFile(CallLoc) && 134 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation())) 145 return getFirstStackedCallToHeaderFile(CPInner, SMgr); 158 const SourceManager &SMgr = LastP->getLocation().getManager(); local 163 CP = getFirstStackedCallToHeaderFile(CP, SMgr); 211 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); local 224 FID = SMgr.getFileID(L); 225 } else if (SMgr.getFileID(L) != FID) 232 SourceLocation L = SMgr 122 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, const SourceManager &SMgr) argument [all...] |
H A D | BugReporter.cpp | 426 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 561 SourceManager& SMgr = PDB.getSourceManager(); local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 2407 const SourceManager& SMgr = Ctx.getSourceManager(); local 2429 PathDiagnosticLocation::createBegin(AllocStmt, SMgr,
|
Completed in 2397 milliseconds