Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4883 D.isPrototypeContext() && in GetFullTypeForDeclarator()
4993 if (ASM == ArrayType::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
5006 if (!(D.isPrototypeContext() || in GetFullTypeForDeclarator()
5045 D.isPrototypeContext() && in GetFullTypeForDeclarator()
5852 if (D.isPrototypeContext() && getLangOpts().ObjCAutoRefCount) in GetTypeForDeclarator()
8408 state.getDeclarator().isPrototypeContext() && in processTypeAttrs()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1967 bool isPrototypeContext() const { in isPrototypeContext() function