Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance
4767 D.isPrototypeContext() && in GetFullTypeForDeclarator()4877 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()4890 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()4929 D.isPrototypeContext() && in GetFullTypeForDeclarator()5716 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()8180 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
1937 bool isPrototypeContext() const { in isPrototypeContext() function