Lines Matching defs:kind
86 /// \brief Determine whether the token kind starts a simple-type-specifier.
90 // token kind is a valid type specifier
184 // FIXME: LookupNestedNameSpecifierName isn't the right kind of
1977 diag::kind PrevDiag;
3334 llvm_unreachable("Unknown name kind");
4107 unsigned kind = -1U;
4110 kind = 0; // __block
4112 kind = 1; // global
4114 kind = 3; // ivar
4116 kind = 2; // field
4119 if (kind != -1U) {
4121 << kind;
4499 // Determine what kind of declaration we're shadowing.
4989 // - the type R of the function is some kind of typedef or other reference
8217 /// \brief Get diagnostic %select index for tag kind for
8227 default: llvm_unreachable("Invalid tag kind for redecl diagnostic!");
8231 /// \brief Determine if tag kind is a class-key compatible with
8234 /// \returns true iff the tag kind is compatible.
8240 /// \brief Determine whether a tag with a given kind is acceptable
8243 /// \returns true if the new tag kind is acceptable, false otherwise.
8250 // elaborated-type-specifier shall agree in kind with the
8337 /// TagSpec indicates what kind of tag this is. TUK indicates whether this is a
8791 // found the wrong kind of type on the first
9734 default: llvm_unreachable("Unknown visitibility kind");