Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4730 D.isPrototypeContext() && in GetFullTypeForDeclarator()
4840 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
4853 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
4892 D.isPrototypeContext() && in GetFullTypeForDeclarator()
5675 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
8221 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1934 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()