Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h88 FunctionDeclarationScope = 0x200, enumerator
447 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp212 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
H A DSemaDeclAttr.cpp2334 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp354 Scope::FunctionDeclarationScope | in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1285 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
1369 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp641 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
6747 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
6993 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
H A DParser.cpp1550 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseObjc.cpp1452 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4134 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()