Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp571 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
603 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
1622 OpenMPClauseKind) { return true; })) in isOpenMPCapturedDecl()
1720 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
2212 OpenMPClauseKind) { return true; })) in VisitSubCaptures()
9892 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
10128 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3580 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable