Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4279 used_expressions_range used_expressions() { in used_expressions() function
4283 used_expressions_const_range used_expressions() const { in used_expressions() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7439 for (auto *VE : C->used_expressions()) in VisitOMPLinearClause()