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.cpp4622 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()
4751 if (ASM == ArraySizeModifier::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
4764 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
4793 ASM != ArraySizeModifier::Static && D.isPrototypeContext() && in GetFullTypeForDeclarator()
5696 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
7148 if (!(D.isPrototypeContext() || in HandleSwiftAttr()
8966 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2077 bool isPrototypeContext() const { in isPrototypeContext() function