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.cpp1757 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/external/clang/include/clang/Sema/
DScope.h85 FunctionDeclarationScope = 0x200, enumerator
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp309 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
DParseDecl.cpp373 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5307 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
5440 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
DParser.cpp1181 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
DParseExprCXX.cpp1070 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1425 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()