Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
154 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaExprCXX.cpp845 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
H A DSemaCodeComplete.cpp4324 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h81 FunctionPrototypeScope = 0x100, enumerator
415 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
436 Scope::FunctionPrototypeScope | in isSwitchScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp337 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp500 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3136 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6215 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6433 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParseExprCXX.cpp1398 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3372 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParser.cpp1410 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1400 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp3973 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()