Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h333 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
459 bool isFunctionPrototypeScope() const { in isFunctionPrototypeScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp108 if (S->isFunctionPrototypeScope()) in containedInPrototypeScope()
H A DSemaDecl.cpp674 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
676 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
9630 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
14983 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
17887 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3168 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
7495 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()