Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5049 class AllocatorChecker final : public ConstStmtVisitor<AllocatorChecker, bool> { class
5066 explicit AllocatorChecker(DSAStackTy *S) : S(S) {} in AllocatorChecker() function in __anon4581b7f82c11::AllocatorChecker
5148 AllocatorChecker Checker(Stack); in checkAllocateClauses()