Searched defs:handleBlockWithNoGuarantees (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | CalledOnceCheck.h | 105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | AnalysisBasedWarnings.cpp | 1751 void handleBlockWithNoGuarantees(const BlockDecl *Block) override { handleBlockWithNoGuarantees() function in __anon0bef6d8e0d11::CalledOnceCheckReporter |