Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h331 bool clauselist_empty() const { return Data->getClauses().empty(); } in clauselist_empty() function
439 bool clauselist_empty() const { return Data->getClauses().empty(); } in clauselist_empty() function
513 bool clauselist_empty() const { return Data->getClauses().empty(); } in clauselist_empty() function
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1622 if (!D->clauselist_empty()) { in VisitOMPAllocateDecl()
1632 if (!D->clauselist_empty()) { in VisitOMPRequiresDecl()
1685 if (!D->clauselist_empty()) { in VisitOMPDeclareMapperDecl()