Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5799 const_component_lists_range decl_component_lists(const ValueDecl *VD) const { in decl_component_lists() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8541 for (const auto L : C->decl_component_lists(VD)) { in generateInfoForCapture()