Home
last modified time | relevance | path

Searched defs:CKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp603 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclareMapperDirective() local
748 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); parseDeclareSimdClauses() local
1431 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOMPDeclareVariantClauses() local
1545 OpenMPClauseKind CKind = Tok.isAnnotation() parseOMPDeclareVariantMatchClause() local
1642 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPClauses() local
2109 OpenMPClauseKind CKind = ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2150 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2546 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeOrExecutableDirective() local
2641 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeOrExecutableDirective() local
2710 OpenMPClauseKind CKind = ParseOpenMPDeclarativeOrExecutableDirective() local
2897 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeOrExecutableDirective() local
3176 ParseOpenMPClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,bool FirstClause) ParseOpenMPClause() argument
4412 parseStepSize(Parser & P,Sema::OpenMPVarListDataTy & Data,OpenMPClauseKind CKind,SourceLocation ELoc) parseStepSize() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp75 OpenMPClauseKind CKind = OMPC_unknown; global() member
1724 rejectConstNotMutableType(Sema & SemaRef,const ValueDecl * D,QualType Type,OpenMPClauseKind CKind,SourceLocation ELoc,bool AcceptIfMutable=true,bool ListItemNotVar=false) rejectConstNotMutableType() argument
15602 getOpenMPCaptureRegionForClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,unsigned OpenMPVersion,OpenMPDirectiveKind NameModifier=OMPD_unknown) getOpenMPCaptureRegionForClause() argument
16654 isNonNegativeIntegerValue(Expr * & ValExpr,Sema & SemaRef,OpenMPClauseKind CKind,bool StrictlyPositive,bool BuildCapture=false,OpenMPDirectiveKind DKind=OMPD_unknown,OpenMPDirectiveKind * CaptureRegion=nullptr,Stmt ** HelperValStmt=nullptr) isNonNegativeIntegerValue() argument
16723 VerifyPositiveIntegerConstantInClause(Expr * E,OpenMPClauseKind CKind,bool StrictlyPositive,bool SuppressExprDiags) VerifyPositiveIntegerConstantInClause() argument
21370 OpenMPClauseKind CKind = OMPC_unknown; global() member in __anon265630166111::MapBaseChecker
21669 MapBaseChecker(Sema & SemaRef,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,OMPClauseMappableExprCommon::MappableExprComponentList & Components,bool NoDiagnose,SourceLocation & ELoc,SourceRange & ERange) MapBaseChecker() argument
21684 checkMapClauseExpressionBase(Sema & SemaRef,Expr * E,OMPClauseMappableExprCommon::MappableExprComponentList & CurComponents,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,bool NoDiagnose) checkMapClauseExpressionBase() argument
21717 checkMapConflicts(Sema & SemaRef,DSAStackTy * DSAS,const ValueDecl * VD,const Expr * E,bool CurrentRegionOnly,OMPClauseMappableExprCommon::MappableExprComponentListRef CurComponents,OpenMPClauseKind CKind) checkMapConflicts() argument
22102 checkMappableExpressionList(Sema & SemaRef,DSAStackTy * DSAS,OpenMPClauseKind CKind,MappableVarListInfo & MVLI,SourceLocation StartLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo MapperId,ArrayRef<Expr * > UnresolvedMappers,OpenMPMapClauseKind MapType=OMPC_MAP_unknown,ArrayRef<OpenMPMapModifierKind> Modifiers=std::nullopt,bool IsMapTypeImplicit=false,bool NoDiagnose=false) checkMappableExpressionList() 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
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10722 OpenMPClauseKind CKind = Record.readEnum<OpenMPClauseKind>(); VisitOMPFailClause() local