Searched refs:ForInit (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1860 ForInit, // Declaration within first part of a for loop. enumerator 2139 case DeclaratorContext::ForInit: in mayOmitIdentifier() 2179 case DeclaratorContext::ForInit: in mayHaveIdentifier() 2217 case DeclaratorContext::ForInit: in mayHaveDecompositionDeclarator() 2273 case DeclaratorContext::ForInit: in mayBeFollowedByCXXDirectInit() 2518 case DeclaratorContext::ForInit: in isFunctionDeclarationContext() 2583 case DeclaratorContext::ForInit: in isExpressionContext()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2106 DG = ParseAliasDeclarationInInitStatement(DeclaratorContext::ForInit, in ParseForStatement() 2115 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, in ParseForStatement()
|
H A D | ParseExprCXX.cpp | 2079 assert((Context == DeclaratorContext::ForInit || in ParseAliasDeclarationInInitStatement() 2230 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition()
|
H A D | ParseDecl.cpp | 2523 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup() 2817 if (D.getContext() == DeclaratorContext::ForInit || in ParseDeclarationAfterDeclaratorAndAttributes() 3266 case DeclaratorContext::ForInit: in getDeclSpecContextFromDeclaratorContext() 6882 (D.getContext() == DeclaratorContext::ForInit && in ParseDirectDeclarator()
|
H A D | ParseDeclCXX.cpp | 713 Context == DeclaratorContext::ForInit; in ParseUsingDeclaration()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 3279 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator() 3363 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator() 4450 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator() 5617 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator()
|
H A D | SemaDecl.cpp | 14160 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
|