Home
last modified time | relevance | path

Searched refs:handleBlockWithNoGuarantees (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1570 Handler.handleBlockWithNoGuarantees(Block->getBlockDecl()); in VisitBlockExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1723 void handleBlockWithNoGuarantees(const BlockDecl *Block) override { in handleBlockWithNoGuarantees() function in __anondc78ae6b0d11::CalledOnceCheckReporter