Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance
4622 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()4751 if (ASM == ArraySizeModifier::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()4764 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()4793 ASM != ArraySizeModifier::Static && D.isPrototypeContext() && in GetFullTypeForDeclarator()5696 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()7148 if (!(D.isPrototypeContext() || in HandleSwiftAttr()8966 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
2077 bool isPrototypeContext() const { in isPrototypeContext() function