Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp989 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
1021 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2620 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
4118 OpenMPClauseKind) { return true; })) in visitSubCaptures()
18053 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
18284 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5133 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable