Searched refs:getPrivateRefs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6309 MutableArrayRef<Expr *> getPrivateRefs() { function in class:clang::final
6312 ArrayRef<const Expr *> getPrivateRefs() const { function in class:clang::final
6349 return child_range(reinterpret_cast<Stmt **>(getPrivateRefs().begin()),
6350 reinterpret_cast<Stmt **>(getPrivateRefs().end()));

Completed in 121 milliseconds