Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
71 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
74 if (flags & FunctionPrototypeScope) in setFlags()
206 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4443 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h81 FunctionPrototypeScope = 0x100, enumerator
433 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
457 Scope::FunctionPrototypeScope | in isSwitchScope()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp351 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp543 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3256 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6387 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6605 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParseExprCXX.cpp1399 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3418 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParser.cpp1461 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1406 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp3979 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()