Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp975 bool checkMappableExprComponentListsForDecl( in checkMappableExprComponentListsForDecl()
1007 bool checkMappableExprComponentListsForDeclAtLevel( in checkMappableExprComponentListsForDeclAtLevel()
2588 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind()
4063 OpenMPClauseKind) { return true; })) in visitSubCaptures()
17770 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
18001 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5111 using MappableExprComponentListRef = ArrayRef<MappableComponent>; variable