Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp612 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclareMapperDirective() local
758 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses() local
1442 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOMPDeclareVariantClauses() local
1556 OpenMPClauseKind CKind = Tok.isAnnotation() parseOMPDeclareVariantMatchClause() local
1651 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPClauses() local
2117 OpenMPClauseKind CKind = ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2156 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2484 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPExecutableDirective() local
2674 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeOrExecutableDirective() local
2769 OpenMPClauseKind CKind = Tok.isAnnotation() ParseOpenMPDeclarativeOrExecutableDirective() local
2836 OpenMPClauseKind CKind = ParseOpenMPDeclarativeOrExecutableDirective() local
3078 ParseOpenMPClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,bool FirstClause) ParseOpenMPClause() argument
4353 parseStepSize(Parser & P,SemaOpenMP::OpenMPVarListDataTy & Data,OpenMPClauseKind CKind,SourceLocation ELoc) parseStepSize() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp79 OpenMPClauseKind CKind = OMPC_unknown; member
1728 rejectConstNotMutableType(Sema & SemaRef,const ValueDecl * D,QualType Type,OpenMPClauseKind CKind,SourceLocation ELoc,bool AcceptIfMutable=true,bool ListItemNotVar=false) rejectConstNotMutableType() argument
14816 getOpenMPCaptureRegionForClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,unsigned OpenMPVersion,OpenMPDirectiveKind NameModifier=OMPD_unknown) getOpenMPCaptureRegionForClause() argument
15873 isNonNegativeIntegerValue(Expr * & ValExpr,Sema & SemaRef,OpenMPClauseKind CKind,bool StrictlyPositive,bool BuildCapture=false,OpenMPDirectiveKind DKind=OMPD_unknown,OpenMPDirectiveKind * CaptureRegion=nullptr,Stmt ** HelperValStmt=nullptr) isNonNegativeIntegerValue() argument
15943 VerifyPositiveIntegerConstantInClause(Expr * E,OpenMPClauseKind CKind,bool StrictlyPositive,bool SuppressExprDiags) VerifyPositiveIntegerConstantInClause() argument
20676 OpenMPClauseKind CKind = OMPC_unknown; global() member in __anona1d9ac776a11::MapBaseChecker
20975 MapBaseChecker(Sema & SemaRef,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,OMPClauseMappableExprCommon::MappableExprComponentList & Components,bool NoDiagnose,SourceLocation & ELoc,SourceRange & ERange) MapBaseChecker() argument
20990 checkMapClauseExpressionBase(Sema & SemaRef,Expr * E,OMPClauseMappableExprCommon::MappableExprComponentList & CurComponents,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,bool NoDiagnose) checkMapClauseExpressionBase() argument
21023 checkMapConflicts(Sema & SemaRef,DSAStackTy * DSAS,const ValueDecl * VD,const Expr * E,bool CurrentRegionOnly,OMPClauseMappableExprCommon::MappableExprComponentListRef CurComponents,OpenMPClauseKind CKind) checkMapConflicts() argument
21408 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...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8773 AST_MATCHER_P(OMPExecutableDirective,isAllowedToContainClauseKind,OpenMPClauseKind,CKind) AST_MATCHER_P() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10865 OpenMPClauseKind CKind = Record.readEnum<OpenMPClauseKind>(); VisitOMPFailClause() local