Home
last modified time | relevance | path

Searched refs:BlockContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1634 BlockContext, // Declaration within a block in a function. enumerator
1813 case BlockContext: in mayOmitIdentifier()
1848 case BlockContext: in mayHaveIdentifier()
1882 case BlockContext: in diagnoseIdentifier()
1927 case BlockContext: in mayBeFollowedByCXXDirectInit()
2127 case BlockContext: in isFunctionDeclarationContext()
/external/clang/lib/Parse/
DParseStmt.cpp215 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes()
1008 DeclGroupPtrTy Res = ParseDeclaration(Declarator::BlockContext, DeclEnd, in ParseCompoundStatementBody()
/external/clang/lib/Sema/
DSemaType.cpp2884 case Declarator::BlockContext: in GetDeclSpecTypeForDeclarator()
2970 case Declarator::BlockContext: in GetDeclSpecTypeForDeclarator()
3714 case Declarator::BlockContext: in GetFullTypeForDeclarator()
4549 case Declarator::BlockContext: in GetFullTypeForDeclarator()
6721 D.getContext() == Declarator::BlockContext && in processTypeAttrs()
DSemaDecl.cpp11773 Declarator D(DS, Declarator::BlockContext); in ImplicitlyDefineFunction()