Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h309 assert(isFunctionPrototypeScope()); in getNextFunctionPrototypeIndex()
435 bool isFunctionPrototypeScope() const { in isFunctionPrototypeScope() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScope.cpp103 if (S->isFunctionPrototypeScope()) in containedInPrototypeScope()
H A DIdentifierResolver.cpp107 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) { in isDeclInScope()
H A DSemaDecl.cpp715 return S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
717 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope(); in isMicrosoftMissingTypename()
9541 S->isFunctionPrototypeScope()) || in getTagInjectionScope()
14676 assert(S->isFunctionPrototypeScope()); in ActOnParamDeclarator()
17470 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) { in ActOnTag()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2832 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
6833 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()