Searched refs:isForbiddenTypeAllowed (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 6136 static bool isForbiddenTypeAllowed(Sema &S, Decl *decl, in isForbiddenTypeAllowed() function 6174 if (decl && isForbiddenTypeAllowed(S, decl, diag, reason)) { in handleDelayedForbiddenType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 8369 static bool isForbiddenTypeAllowed(Sema &S, Decl *D, in isForbiddenTypeAllowed() function 8407 if (D && isForbiddenTypeAllowed(S, D, DD, Reason)) { in handleDelayedForbiddenType()
|