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
482 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp215 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
H A DSemaDeclAttr.cpp2133 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp381 Scope::FunctionDeclarationScope | in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1220 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
1314 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParser.cpp1481 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseDecl.cpp681 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
6822 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
7104 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
H A DParseObjc.cpp1228 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4204 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()