Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp174 } else if (Flags & FunctionDeclarationScope) { in dumpImpl()
176 Flags &= ~FunctionDeclarationScope; in dumpImpl()
DSemaDeclAttr.cpp1784 if (!(Scope->getFlags() & clang::Scope::FunctionDeclarationScope)) { in handleDependencyAttr()
/external/clang/include/clang/Sema/
DScope.h86 FunctionDeclarationScope = 0x200, enumerator
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp316 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseLexedMethodDeclaration()
DParseDecl.cpp374 Scope::FunctionDeclarationScope | in ParseGNUAttributeArgs()
5412 ? Scope::FunctionDeclarationScope : 0)); in ParseDirectDeclarator()
5545 ? Scope::FunctionDeclarationScope : 0)); in ParseParenDeclarator()
DParser.cpp1207 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseKNRParamDeclarations()
DParseExprCXX.cpp1133 Scope::FunctionDeclarationScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1413 Scope::FunctionDeclarationScope | Scope::DeclScope); in ParseObjCMethodDecl()