Searched defs:CKind (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 594 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclareMapperDirective() local 739 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses() local 1429 OpenMPClauseKind CKind = Tok.isAnnotation() in parseOMPDeclareVariantMatchClause() local 1923 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 1964 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2331 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local 2494 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective() local 2763 OpenMPClauseKind CKind, bool FirstClause) { in ParseOpenMPClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 69 OpenMPClauseKind CKind = OMPC_unknown; member 1573 QualType Type, OpenMPClauseKind CKind, in rejectConstNotMutableType() 12908 OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, unsigned OpenMPVersion, in getOpenMPCaptureRegionForClause() 13809 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue() 13878 OpenMPClauseKind CKind, in VerifyPositiveIntegerConstantInClause() 18206 OpenMPClauseKind CKind = OMPC_unknown; member in __anon5b04668f4d11::MapBaseChecker 18503 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker() 18518 OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose) { in checkMapClauseExpressionBase() 18551 OpenMPClauseKind CKind) { in checkMapConflicts() 18936 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7992 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
|