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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp480 static bool typeHasCapability(Sema &S, QualType Ty) { function
497 return typeHasCapability(S, E->getType());
587 if (!typeHasCapability(S, ArgTy) && !isCapabilityExpr(S, ArgExp))
655 if (!QT->isDependentType() && !typeHasCapability(S, QT)) {

Completed in 196 milliseconds