Home
last modified time | relevance | path

Searched refs:isFunctionPrototypeScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h314 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
440 bool isFunctionPrototypeScope() const { in isFunctionPrototypeScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp105 if (S->isFunctionPrototypeScope()) in containedInPrototypeScope()
H A DIdentifierResolver.cpp110 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) { in isDeclInScope()
H A DSemaDecl.cpp740 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
742 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
9774 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
15184 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
18078 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2976 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
7065 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()