Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp170 } else if (Flags & FunctionDeclarationScope) { in dumpImpl()
172 Flags &= ~FunctionDeclarationScope; in dumpImpl()
HDSemaDeclAttr.cpp1688 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h85 FunctionDeclarationScope = 0x200, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp307 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
HDParseDecl.cpp372 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5287 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
5420 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
HDParser.cpp1149 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
HDParseExprCXX.cpp1068 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
HDParseObjc.cpp1416 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()