Searched defs:CKind (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 584 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclareMapperDirective() local 729 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses() local 1419 OpenMPClauseKind CKind = Tok.isAnnotation() in parseOMPDeclareVariantMatchClause() local 1785 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 1826 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2196 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local 2355 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective() local 2579 OpenMPClauseKind CKind, bool FirstClause) { in ParseOpenMPClause()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 457 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses() local 915 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local 1067 OpenMPClauseKind CKind, bool FirstClause) { in ParseOpenMPClause()
|
/external/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 314 OpenMPClauseKind CKind) { in isAllowedClauseForDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 54 OpenMPClauseKind CKind = OMPC_unknown; member 7416 OpenMPClauseKind CKind, in IsNonNegativeIntegerValue() 7459 OpenMPClauseKind CKind, in VerifyPositiveIntegerConstantInClause() 10444 OpenMPClauseKind CKind) { in CheckMapClauseExpressionBase() 10654 OpenMPClauseKind CKind) { in CheckMapConflicts() 10870 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 68 OpenMPClauseKind CKind = OMPC_unknown; member 1572 QualType Type, OpenMPClauseKind CKind, in rejectConstNotMutableType() 11879 OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, unsigned OpenMPVersion, in getOpenMPCaptureRegionForClause() 12748 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue() 12817 OpenMPClauseKind CKind, in VerifyPositiveIntegerConstantInClause() 16819 OpenMPClauseKind CKind = OMPC_unknown; member in __anon0bb9e2bb4911::MapBaseChecker 17108 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker() 17123 OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose) { in checkMapClauseExpressionBase() 17156 OpenMPClauseKind CKind) { in checkMapConflicts() 17539 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7562 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
|