Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h294 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
414 bool isFunctionPrototypeScope() const { in isFunctionPrototypeScope() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp100 if (S->isFunctionPrototypeScope()) in containedInPrototypeScope()
H A DIdentifierResolver.cpp103 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) { in isDeclInScope()
H A DSemaDecl.cpp661 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
663 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
8996 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
13788 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
16375 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2723 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
6507 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()