Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1636 InitStmtContext, // Declaration within optional init stmt of if/switch. enumerator
1815 case InitStmtContext: in mayOmitIdentifier()
1850 case InitStmtContext: in mayHaveIdentifier()
1884 case InitStmtContext: in diagnoseIdentifier()
1929 case InitStmtContext: in mayBeFollowedByCXXDirectInit()
2129 case InitStmtContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2886 case Declarator::InitStmtContext: in GetDeclSpecTypeForDeclarator()
2972 case Declarator::InitStmtContext: in GetDeclSpecTypeForDeclarator()
3720 case Declarator::InitStmtContext: in GetFullTypeForDeclarator()
4551 case Declarator::InitStmtContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseExprCXX.cpp1773 Declarator::InitStmtContext, DeclEnd, attrs, /*RequireSemi=*/true); in ParseCXXCondition()
DParseDecl.cpp2079 D.getContext() == Declarator::InitStmtContext) in ParseDeclarationAfterDeclaratorAndAttributes()