Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h304 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
432 bool isFunctionPrototypeScope() const { in isFunctionPrototypeScope() function
/llvm-project-15.0.7/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.cpp678 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
680 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
9390 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
14286 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
17007 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2814 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
6679 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()