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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5499 int DisallowedKind = -1; local
5501 DisallowedKind = 1;
5503 DisallowedKind = 2;
5505 DisallowedKind = 3;
5507 DisallowedKind = 4;
5509 DisallowedKind = 5;
5512 DisallowedKind = 6;
5514 if (DisallowedKind != -1) {
5515 Diag(Loc, diag::err_atomic_specifier_bad_type) << DisallowedKind << T;

Completed in 37 milliseconds