Searched defs:SMgr (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 251 SourceManager &SMgr = PP.getSourceManager(); getIssueHash() local 282 const SourceManager &SMgr = path.front()->getLocation().getManager(); ReportDiag() local 383 GenerateHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,const char * declName) GenerateHTML() argument 553 FinalizeHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,FileID FID,FileEntryRef Entry,const char * declName) FinalizeHTML() argument [all...] |
H A D | Store.cpp | 523 HandleBinding(StoreManager & SMgr,Store store,const MemRegion * R,SVal val) HandleBinding() argument
|
H A D | BugReporter.cpp | 647 const SourceManager &SMgr = LC->getDecl()->getASTContext().getSourceManager(); getEnclosingStmtLocation() local 3218 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece * CP,const SourceManager & SMgr) getFirstStackedCallToHeaderFile() argument 3251 const SourceManager &SMgr = LastP->getLocation().getManager(); resetDiagnosticLocationToMainFile() local [all...] |
H A D | BugReporterVisitors.cpp | 918 const SourceManager &SMgr = BRC.getSourceManager(); VisitNode() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 624 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *R, in HandleBinding() argument 854 const SourceManager &SMgr = Ctx.getSourceManager(); in deriveParamLocation() local 883 const SourceManager &SMgr = Ctx.getSourceManager(); in deriveAllocLocation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StackAddrEscapeChecker.cpp | 336 bool HandleBinding(StoreManager &SMgr, Store S, const MemRegion *Region, in checkEndFunction()
|
H A D | DeadStoresChecker.cpp | 173 SourceManager &SMgr = Ctx.getSourceManager(); in isSuppressed() local
|
H A D | MallocChecker.cpp | 749 HandleBinding(StoreManager & SMgr,Store Store,const MemRegion * Region,SVal Val) HandleBinding() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 150 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); HandlePathDiagnostic() local
|