Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp170 } else if (Flags & FunctionDeclarationScope) { in dumpImpl()
172 Flags &= ~FunctionDeclarationScope; in dumpImpl()
DSemaDeclAttr.cpp1697 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/external/clang/include/clang/Sema/
DScope.h85 FunctionDeclarationScope = 0x200, enumerator
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp312 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
DParser.cpp1116 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
DParseDecl.cpp371 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5107 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
5240 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
DParseExprCXX.cpp1068 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1021 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()