Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h91 FunctionDeclarationScope = 0x200, enumerator
466 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp215 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
HDSemaDeclAttr.cpp1964 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp398 Scope::FunctionDeclarationScope | in ParseLexedMethodDeclaration()
HDParseExprCXX.cpp1361 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
1454 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
HDParser.cpp1559 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
HDParseDecl.cpp722 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
7156 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
7423 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
HDParseObjc.cpp1458 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
HDParseDeclCXX.cpp4338 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()