Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance
4883 D.isPrototypeContext() && in GetFullTypeForDeclarator()4993 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()5006 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()5045 D.isPrototypeContext() && in GetFullTypeForDeclarator()5852 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()8408 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
1967 bool isPrototypeContext() const { in isPrototypeContext() function