Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance
4574 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()4703 if (ASM == ArraySizeModifier::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()4716 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()4745 ASM != ArraySizeModifier::Static && D.isPrototypeContext() && in GetFullTypeForDeclarator()5653 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()8696 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
2074 bool isPrototypeContext() const { in isPrototypeContext() function