Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance
4954 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()5064 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()5077 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()5116 D.isPrototypeContext() && in GetFullTypeForDeclarator()5931 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()8510 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
1996 bool isPrototypeContext() const { in isPrototypeContext() function