Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp931 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
963 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2406 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
3839 OpenMPClauseKind) { return true; })) in visitSubCaptures()
15689 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
15935 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4981 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable