Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1667 bool isPrototypeContext() const { in isPrototypeContext() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2621 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
2634 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
3271 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()