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.h338 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
475 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.cpp691 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
693 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
9843 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
15410 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
18403 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
H A DSemaExpr.cpp7180 (!S || !S->isFunctionPrototypeScope()); in BuildCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2967 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
7156 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()