Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5344 class AllocatorChecker final : public ConstStmtVisitor<AllocatorChecker, bool> { class
5360 explicit AllocatorChecker(DSAStackTy *S) : S(S) {} in AllocatorChecker() function in __anon296aa5743111::AllocatorChecker
5441 AllocatorChecker Checker(Stack); in checkAllocateClauses()