Home
last modified time | relevance | path

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

/freebsd/contrib/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() 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 DSemaOpenMP.cpp80 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 DASTMatchers.h8773 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10866 OpenMPClauseKind CKind = Record.readEnum<OpenMPClauseKind>(); in VisitOMPFailClause() local