Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.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()
DSemaExprCXX.cpp627 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
DSemaCodeComplete.cpp3458 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h79 FunctionPrototypeScope = 0x100, enumerator
369 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
384 Scope::FunctionPrototypeScope | in isSwitchScope()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp308 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
DParseDecl.cpp372 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
2698 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
5305 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5438 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
DParser.cpp1180 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
DParseExprCXX.cpp1069 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1424 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()