Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h71 FunctionPrototypeScope = 0x100, enumerator
288 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
303 Scope::FunctionPrototypeScope | in isSwitchScope()
/external/clang/lib/Sema/
DScope.cpp51 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
DSemaExprCXX.cpp508 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
DSemaCodeComplete.cpp3039 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp285 Scope::FunctionPrototypeScope|Scope::DeclScope); in ParseLexedMethodDeclaration()
DParser.cpp991 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope|Scope::DeclScope); in ParseKNRParamDeclarations()
DParseDecl.cpp1331 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
3708 Scope::FunctionPrototypeScope|Scope::DeclScope); in ParseFunctionDeclarator()
DParseObjc.cpp900 Scope::FunctionPrototypeScope|Scope::DeclScope); in ParseObjCMethodDecl()