Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1629 bool isPrototypeContext() const { in isPrototypeContext() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp2650 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
2663 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
3291 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()