Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4288 D.isPrototypeContext() && in GetFullTypeForDeclarator()
4396 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
4409 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
4449 D.isPrototypeContext() && in GetFullTypeForDeclarator()
5178 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
7449 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1881 bool isPrototypeContext() const { in isPrototypeContext() function