Searched defs:CKind (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 612 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclareMapperDirective() local 758 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses() local 1442 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOMPDeclareVariantClauses() local 1556 OpenMPClauseKind CKind = Tok.isAnnotation() in parseOMPDeclareVariantMatchClause() local 1651 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPClauses() local 2117 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2156 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2484 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPExecutableDirective() local 2674 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective() local 2769 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 80 OpenMPClauseKind CKind = OMPC_unknown; member 1729 QualType Type, OpenMPClauseKind CKind, in rejectConstNotMutableType() 15162 OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, unsigned OpenMPVersion, in getOpenMPCaptureRegionForClause() 15387 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue() 15457 Expr *E, OpenMPClauseKind CKind, bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() 20191 OpenMPClauseKind CKind = OMPC_unknown; member in __anon1dd12e447211::MapBaseChecker 20490 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker() 20505 OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose) { in checkMapClauseExpressionBase() 20538 OpenMPClauseKind CKind) { in checkMapConflicts() 20924 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8773 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10866 OpenMPClauseKind CKind = Record.readEnum<OpenMPClauseKind>(); in VisitOMPFailClause() local
|