Home
last modified time | relevance | path

Searched refs:getAnalysisDeclContext (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp413 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, in Profile()
418 Profile(ID, getAnalysisDeclContext(), getParent(), BD, Data); in Profile()
495 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext(); in dumpStack()
500 getAnalysisDeclContext()->getASTContext().getSourceManager(); in dumpStack()
533 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext(); in printJson()
538 getAnalysisDeclContext()->getASTContext().getSourceManager(); in printJson()
H A DProgramPoint.cpp169 getLocationContext()->getAnalysisDeclContext()->getASTContext(); in printJson()
H A DPathDiagnostic.cpp483 ADC = LC->getAnalysisDeclContext(); in getValidSourceLocation()
544 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
882 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized()); in setCallee()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp297 ->getAnalysisDeclContext() in getCFGBlock()
306 assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized()); in findTopAutosynthesizedParentContext()
309 while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in findTopAutosynthesizedParentContext()
322 if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in getStmtForDiagnostics()
H A DExprEngineCallAndReturn.cpp181 LCtx->getAnalysisDeclContext()->getBody(), in removeDeadOnEndOfFunction()
370 calleeCtx->getAnalysisDeclContext()->getBody(), in processCallExit()
477 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()
510 isSmall(AMgr.getAnalysisDeclContext(D))); in REGISTER_MAP_WITH_PROGRAMSTATE()
542 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall()
552 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall()
879 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
923 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
H A DLoopWidening.cpp39 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); in getWidenedLoopState()
H A DCallEvent.cpp157 LCtx->getAnalysisDeclContext()->getManager()->getContext(D); in getCalleeAnalysisDeclContext()
177 CFGStmtMap *Map = LCtx->getAnalysisDeclContext()->getCFGStmtMap(); in getCalleeStackFrame()
567 getLocationContext()->getAnalysisDeclContext()-> in getRuntimeDefinition()
1415 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
H A DLoopUnrolling.cpp249 N->getLocationContext()->getAnalysisDeclContext()->getASTContext(); in isPossiblyEscaped()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp69 D = LC->getAnalysisDeclContext()->getDecl(); in checkEndAnalysis()
73 C = LC->getAnalysisDeclContext()->getUnoptimizedCFG(); in checkEndAnalysis()
H A DOSObjectCStyleCast.cpp84 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
H A DCastToStructChecker.cpp113 CastToStructVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DObjCMissingSuperCallChecker.cpp196 Mgr.getAnalysisDeclContext(D)); in checkASTDecl()
H A DObjCContainersASTChecker.cpp165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DDirectIvarAssignment.cpp141 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
H A DObjCAutoreleaseWriteChecker.cpp114 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics()
H A DRunLoopAutoreleaseLeakChecker.cpp89 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics()
H A DCStringSyntaxChecker.cpp284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DMallocSizeofChecker.cpp181 AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp338 Callback CB(this, BR, AM.getAnalysisDeclContext(D)); in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h122 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) { in getAnalysisDeclContext() function
H A DCheckerContext.h131 return Pred->getLocationContext()->getAnalysisDeclContext(); in getCurrentAnalysisDeclContext()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp102 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp708 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized()) in HandleCode()
757 if (!Mgr->getAnalysisDeclContext(D)->getAnalysis<RelaxedLiveVariables>()) in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h387 return SFC->getAnalysisDeclContext()->isBodyAutosynthesized(); in isSynthesizedAccessor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h244 AnalysisDeclContext *getAnalysisDeclContext() const { return Ctx; } in getAnalysisDeclContext() function

12