Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h91 FunctionDeclarationScope = 0x200, enumerator
466 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp215 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
H A DSemaDeclAttr.cpp1964 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp398 Scope::FunctionDeclarationScope | in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1361 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
1454 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParser.cpp1559 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseDecl.cpp722 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
7156 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
7423 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
H A DParseObjc.cpp1458 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4338 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()