Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
69 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
72 if (flags & FunctionPrototypeScope) in Init()
164 } else if (Flags & FunctionPrototypeScope) { in dumpImpl()
166 Flags &= ~FunctionPrototypeScope; in dumpImpl()
H A DSemaExprCXX.cpp625 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
H A DSemaCodeComplete.cpp3352 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h79 FunctionPrototypeScope = 0x100, enumerator
353 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
368 Scope::FunctionPrototypeScope | in isSwitchScope()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp306 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp370 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
2618 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
5085 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5218 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
H A DParser.cpp1114 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1063 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1020 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()