Home
last modified time | relevance | path

Searched refs:FunctionPrototypeScope (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
75 if (flags & FunctionPrototypeScope && !(flags & LambdaScope)) in setFlags()
79 if (flags & FunctionPrototypeScope) in setFlags()
211 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4559 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h82 FunctionPrototypeScope = 0x100, enumerator
441 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
465 Scope::FunctionPrototypeScope | in isSwitchScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1286 Scope::FunctionPrototypeScope); in ParseLambdaExpressionAfterIntroducer()
1368 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3496 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParseCXXInlineMethods.cpp353 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp640 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3459 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6745 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6991 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1549 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1451 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4135 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()