reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1256 switch (DKind) { 1259 DeclDirectiveListParserHelper Helper(this, DKind); 1260 if (!ParseOpenMPSimpleVarList(DKind, Helper, 1266 << getOpenMPDirectiveName(DKind); 1278 DeclDirectiveListParserHelper Helper(this, DKind); 1279 if (!ParseOpenMPSimpleVarList(DKind, Helper, 1311 << getOpenMPDirectiveName(DKind); 1421 << (DKind == OMPD_declare_simd ? 0 : 1); 1424 if (DKind == OMPD_declare_simd) 1426 assert(DKind == OMPD_declare_variant && 1444 DKind = parseOpenMPDirectiveKind(*this); 1445 while (DKind != OMPD_end_declare_target && Tok.isNot(tok::eof) && 1465 DKind = parseOpenMPDirectiveKind(*this); 1466 if (DKind != OMPD_end_declare_target) 1473 ParseOMPEndDeclareTargetDirective(DKind, DTLoc); 1532 << 1 << getOpenMPDirectiveName(DKind);