Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h88 FunctionDeclarationScope = 0x200, enumerator
442 return getFlags() & Scope::FunctionDeclarationScope; in isFunctionDeclarationScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp210 {FunctionDeclarationScope, "FunctionDeclarationScope"}, in dumpImpl()
H A DSemaDeclAttr.cpp2309 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp352 Scope::FunctionDeclarationScope | in ParseLexedMethodDeclaration()
H A DParseDecl.cpp542 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
6525 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
6761 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
H A DParser.cpp1495 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
H A DParseExprCXX.cpp1453 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
H A DParseObjc.cpp1439 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()
H A DParseDeclCXX.cpp4070 Scope::FunctionDeclarationScope | in ParseTrailingRequiresClause()