Home
last modified time | relevance | path

Searched defs:OpenMPClauseKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h27 using OpenMPClauseKind = llvm::omp::Clause; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1933 hasDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool,DefaultDataSharingAttributes)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasDSA() argument
1958 hasInnermostDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasInnermostDSA() argument
1979 hasExplicitDSA(const ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,unsigned Level,bool NotLastprivate) const hasExplicitDSA() argument
2644 __anon265630161b02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) setOpenMPCaptureKind() argument
3834 __anon265630162302(OMPClauseMappableExprCommon::MappableExprComponentListRef MapExprComponents, OpenMPClauseKind) VisitDeclRefExpr() argument
3862 __anon265630162402(OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitDeclRefExpr() argument
3969 __anon265630162802(OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitMemberExpr() argument
4045 __anon265630162b02( OMPClauseMappableExprCommon::MappableExprComponentListRef StackComponents, OpenMPClauseKind) VisitMemberExpr() argument
4143 __anon265630162c02(OMPClauseMappableExprCommon::MappableExprComponentListRef, OpenMPClauseKind) visitSubCaptures() argument
23788 __anon265630166802( OMPClauseMappableExprCommon::MappableExprComponentListRef R, OpenMPClauseKind) ActOnOpenMPIsDevicePtrClause() argument
23863 __anon265630166902( OMPClauseMappableExprCommon::MappableExprComponentListRef R, OpenMPClauseKind) ActOnOpenMPHasDeviceAddrClause() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8735 AST_MATCHER_P(OMPExecutableDirective,isAllowedToContainClauseKind,OpenMPClauseKind,CKind) AST_MATCHER_P() argument