Searched defs:MappableExprComponentListRef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1016 checkMappableExprComponentListsForDecl(const ValueDecl * VD,bool CurrentRegionOnly,const llvm::function_ref<bool (OMPClauseMappableExprCommon::MappableExprComponentListRef,OpenMPClauseKind)> Check) const checkMappableExprComponentListsForDecl() argument 1048 checkMappableExprComponentListsForDeclAtLevel(const ValueDecl * VD,unsigned Level,const llvm::function_ref<bool (OMPClauseMappableExprCommon::MappableExprComponentListRef,OpenMPClauseKind)> Check) const checkMappableExprComponentListsForDeclAtLevel() argument 2652 __anona1d9ac771b02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) setOpenMPCaptureKind() argument 4184 __anona1d9ac772c02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) visitSubCaptures() argument 17674 __anona1d9ac775d02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind WhereFoundClauseKind) ActOnOpenMPPrivateClause() argument 17906 __anona1d9ac776002( OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind WhereFoundClauseKind) ActOnOpenMPFirstprivateClause() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5269 using MappableExprComponentListRef = ArrayRef<MappableComponent>; global() variable [all...] |