Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4767 D.isPrototypeContext() && in GetFullTypeForDeclarator()
4877 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
4890 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
4929 D.isPrototypeContext() && in GetFullTypeForDeclarator()
5716 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
8180 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1937 bool isPrototypeContext() const { in isPrototypeContext() function