Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h87 FunctionDeclarationScope = 0x200, enumerator
391 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp155 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
HDSemaDeclAttr.cpp2128 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp315 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
HDParseDecl.cpp472 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
6110 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
6328 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
6541 if (getCurScope()->getFlags() & Scope::FunctionDeclarationScope && in ParseFunctionDeclarator()
HDParser.cpp1373 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
HDParseObjc.cpp1396 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
HDParseExprCXX.cpp1289 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
HDParseDeclCXX.cpp3812 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()