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

/external/clang/lib/Sema/
H A DSemaType.cpp7004 int DisallowedKind = -1; local
7006 DisallowedKind = 1;
7008 DisallowedKind = 2;
7010 DisallowedKind = 3;
7012 DisallowedKind = 4;
7014 DisallowedKind = 5;
7017 DisallowedKind = 6;
7019 if (DisallowedKind != -1) {
7020 Diag(Loc, diag::err_atomic_specifier_bad_type) << DisallowedKind << T;

Completed in 187 milliseconds