Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1017 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
1049 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2653 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
4185 OpenMPClauseKind) { return true; })) in visitSubCaptures()
17188 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
17420 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5269 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable