Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h3235 const_component_lists_range decl_component_lists(const ValueDecl *VD) const { in decl_component_lists() function
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5309 const_component_lists_range decl_component_lists(const ValueDecl *VD) const { in decl_component_lists() function
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5465 for (auto L : C->decl_component_lists(VD)) { in generateInfoForCapture()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8795 for (const auto L : C->decl_component_lists(VD)) { in generateInfoForCapture()