Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4954 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()
5064 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
5077 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
5116 D.isPrototypeContext() && in GetFullTypeForDeclarator()
5931 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
8510 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1996 bool isPrototypeContext() const { in isPrototypeContext() function