Home
last modified time | relevance | path

Searched refs:FunctionDeclarationScope (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DScope.cpp174 } else if (Flags & FunctionDeclarationScope) { in dumpImpl()
176 Flags &= ~FunctionDeclarationScope; in dumpImpl()
H A DSemaDeclAttr.cpp1784 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScope.h88 FunctionDeclarationScope = 0x200, enumerator
447 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScope.h91 FunctionDeclarationScope = 0x200, enumerator
463 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScope.h91 FunctionDeclarationScope = 0x200, enumerator
460 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScope.h91 FunctionDeclarationScope = 0x200, enumerator
460 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScope.h86 FunctionDeclarationScope = 0x200, enumerator
/aosp_15_r20/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp316 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
H A DParseDecl.cpp374 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5412 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
5545 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
H A DParser.cpp1207 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1133 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1413 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()