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.cpp997 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
1029 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2629 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
4190 OpenMPClauseKind) { return true; })) in visitSubCaptures()
17807 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
18040 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5823 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable