Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1669 bool isPrototypeContext() const { in isPrototypeContext() function
/external/clang/lib/Sema/
DSemaType.cpp2661 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
2674 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
3319 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()