Home
last modified time | relevance | path

Searched defs:varlist_empty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h144 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty() function
512 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty() function
H A DOpenMPClause.h317 bool varlist_empty() const { return NumVars == 0; } in varlist_empty() function