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 setFlags()
72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
75 if (flags & FunctionPrototypeScope) in setFlags()
171 } else if (Flags & FunctionPrototypeScope) { in dumpImpl()
173 Flags &= ~FunctionPrototypeScope; in dumpImpl()
DSemaExprCXX.cpp668 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
DSemaCodeComplete.cpp3471 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h80 FunctionPrototypeScope = 0x100, enumerator
372 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
387 Scope::FunctionPrototypeScope | in isSwitchScope()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp315 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
DParseDecl.cpp373 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()
2753 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
5410 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5543 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
DParser.cpp1206 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
DParseExprCXX.cpp1132 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1412 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()