Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4574 !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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2074 bool isPrototypeContext() const { in isPrototypeContext() function