Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp156 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
H A DSemaDeclAttr.cpp2160 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h88 FunctionDeclarationScope = 0x200, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp305 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
H A DParseDecl.cpp398 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5833 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
6030 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
6222 if (getCurScope()->getFlags() & Scope::FunctionDeclarationScope && in ParseFunctionDeclarator()
H A DParser.cpp1280 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1129 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1384 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()