Searched defs:OpenMPClauseKind (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 27 using OpenMPClauseKind = llvm::omp::Clause; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1937 hasDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool,DefaultDataSharingAttributes)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasDSA() argument 1962 hasInnermostDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasInnermostDSA() argument 1983 hasExplicitDSA(const ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,unsigned Level,bool NotLastprivate) const hasExplicitDSA() argument 2652 __anona1d9ac771b02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) setOpenMPCaptureKind() argument 3875 __anona1d9ac772302(OMPClauseMappableExprCommon::MappableExprComponentListRef MapExprComponents, OpenMPClauseKind) VisitDeclRefExpr() argument 3903 __anona1d9ac772402(OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitDeclRefExpr() argument 4010 __anona1d9ac772802(OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitMemberExpr() argument 4086 __anona1d9ac772b02( OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitMemberExpr() argument 4184 __anona1d9ac772c02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) visitSubCaptures() argument 23119 __anona1d9ac777102( OMPClauseMappableExprCommon::MappableExprComponentListRef R, OpenMPClauseKind) ActOnOpenMPIsDevicePtrClause() argument 23195 __anona1d9ac777202( OMPClauseMappableExprCommon::MappableExprComponentListRef R, OpenMPClauseKind) ActOnOpenMPHasDeviceAddrClause() argument [all...] |
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8773 AST_MATCHER_P(OMPExecutableDirective,isAllowedToContainClauseKind,OpenMPClauseKind,CKind) AST_MATCHER_P() argument
|