Home
last modified time | relevance | path

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

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