Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
75 if (flags & FunctionPrototypeScope) in setFlags()
155 {FunctionPrototypeScope, "FunctionPrototypeScope"}, in dumpImpl()
H A DSemaExprCXX.cpp739 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
H A DSemaCodeComplete.cpp3845 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h82 FunctionPrototypeScope = 0x100, enumerator
383 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
398 Scope::FunctionPrototypeScope | in isSwitchScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp304 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp397 PrototypeScope.emplace(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
3002 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
5831 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
6028 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1279 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1128 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1383 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()