Home
last modified time | relevance | path

Searched refs:isPrototypeContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5061 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()
5190 if (ASM == ArraySizeModifier::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
5203 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
5232 ASM != ArraySizeModifier::Static && D.isPrototypeContext() && in GetFullTypeForDeclarator()
6081 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
9002 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2013 bool isPrototypeContext() const { in isPrototypeContext() function