Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1752 bool isPrototypeContext() const { in isPrototypeContext() function
/external/clang/lib/Sema/
DSemaType.cpp3902 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
3915 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
4590 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()