Home
last modified time | relevance | path

Searched refs:isForbiddenTypeAllowed (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp6136 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/
DSemaDeclAttr.cpp8369 static bool isForbiddenTypeAllowed(Sema &S, Decl *D, in isForbiddenTypeAllowed() function
8407 if (D && isForbiddenTypeAllowed(S, D, DD, Reason)) { in handleDelayedForbiddenType()