Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
77 if (flags & FunctionPrototypeScope && !(flags & LambdaScope)) in setFlags()
82 if (flags & FunctionPrototypeScope) in setFlags()
214 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4567 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h85 FunctionPrototypeScope = 0x100, enumerator
460 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
484 Scope::FunctionPrototypeScope | in isSwitchScope()
553 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1362 Scope::FunctionPrototypeScope); in ParseLambdaExpressionAfterIntroducer()
1453 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3610 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParseCXXInlineMethods.cpp397 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp721 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3728 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
7154 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
7421 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1558 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1457 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4339 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()