Searched defs:DisallowedKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp7370 int DisallowedKind = -1; local
7372 DisallowedKind = 1;
7374 DisallowedKind = 2;
7376 DisallowedKind = 3;
7378 DisallowedKind = 4;
7380 DisallowedKind = 5;
7383 DisallowedKind = 6;
7385 if (DisallowedKind != -1) {
7386 Diag(Loc, diag::err_atomic_specifier_bad_type) << DisallowedKind << T;

Completed in 218 milliseconds