Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
75 if (flags & FunctionPrototypeScope) in Init()
167 } else if (Flags & FunctionPrototypeScope) { in dumpImpl()
169 Flags &= ~FunctionPrototypeScope; in dumpImpl()
HDSemaExprCXX.cpp627 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
HDSemaCodeComplete.cpp3457 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h79 FunctionPrototypeScope = 0x100, enumerator
369 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
384 Scope::FunctionPrototypeScope | in isSwitchScope()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp306 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
HDParseDecl.cpp371 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
2694 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
5285 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5418 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
HDParser.cpp1148 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
HDParseExprCXX.cpp1067 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
HDParseObjc.cpp1415 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()