Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
74 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
77 if (flags & FunctionPrototypeScope) in setFlags()
209 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4478 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h82 FunctionPrototypeScope = 0x100, enumerator
436 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
460 Scope::FunctionPrototypeScope | in isSwitchScope()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp351 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1452 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3480 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParseDecl.cpp541 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3307 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6523 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6759 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1494 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1438 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4071 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()