Home
last modified time | relevance | path

Searched defs:MappableExprComponentListRef (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1012 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
1044 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2644 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
4143 OpenMPClauseKind) { return true; })) in visitSubCaptures()
18392 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
18623 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5229 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable