Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp825 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
H A DSemaCodeComplete.cpp4321 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h81 FunctionPrototypeScope = 0x100, enumerator
415 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
436 Scope::FunctionPrototypeScope | in isSwitchScope()
/netbsd-src/external/apache2/llvm/dist/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()
3129 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6198 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6416 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParseExprCXX.cpp1398 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3371 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParser.cpp1407 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1400 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp3882 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()