Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h293 bool clauselist_empty() const { return NumClauses == 0; } in clauselist_empty() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1551 if (!D->clauselist_empty()) { in VisitOMPRequiresDecl()