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.cpp4730 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h85 FunctionPrototypeScope = 0x100, enumerator
476 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
500 Scope::FunctionPrototypeScope | in isSwitchScope()
573 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1221 Scope::FunctionPrototypeScope); in ParseLambdaExpressionAfterIntroducer()
1313 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
3137 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope | in ParseRequiresExpression()
H A DParseCXXInlineMethods.cpp380 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp680 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3510 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
6820 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
7102 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1480 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseObjc.cpp1227 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4205 Scope::FunctionPrototypeScope); in ParseTrailingRequiresClause()