Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp931 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
963 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2406 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
3834 OpenMPClauseKind) { return true; })) in visitSubCaptures()
15306 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
15552 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4873 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable