Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A DSemaExprCXX.cpp668 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
H A DSemaCodeComplete.cpp3471 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScope.h85 FunctionPrototypeScope = 0x100, enumerator
457 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
481 Scope::FunctionPrototypeScope | in isSwitchScope()
550 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScope.h85 FunctionPrototypeScope = 0x100, enumerator
454 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
478 Scope::FunctionPrototypeScope | in isSwitchScope()
547 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScope.h85 FunctionPrototypeScope = 0x100, enumerator
454 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
478 Scope::FunctionPrototypeScope | in isSwitchScope()
547 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScope.h80 FunctionPrototypeScope = 0x100, enumerator
372 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
387 Scope::FunctionPrototypeScope | in isSwitchScope()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScope.h82 FunctionPrototypeScope = 0x100, enumerator
441 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
465 Scope::FunctionPrototypeScope | in isSwitchScope()
/aosp_15_r20/external/clang/lib/Parse/
H A 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()
H A DParseCXXInlineMethods.cpp315 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
H A DParser.cpp1206 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1132 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1412 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()