Home
last modified time | relevance | path

Searched refs:ForInit (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1771 ForInit, // Declaration within first part of a for loop. enumerator
2001 case DeclaratorContext::ForInit: in mayOmitIdentifier()
2040 case DeclaratorContext::ForInit: in mayHaveIdentifier()
2077 case DeclaratorContext::ForInit: in mayHaveDecompositionDeclarator()
2132 case DeclaratorContext::ForInit: in mayBeFollowedByCXXDirectInit()
2360 case DeclaratorContext::ForInit: in isFunctionDeclarationContext()
2423 case DeclaratorContext::ForInit: in isExpressionContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3509 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator()
3593 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator()
4677 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator()
5708 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp13001 Declarator D(DS, DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2100 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup()
2375 if (D.getContext() == DeclaratorContext::ForInit || in ParseDeclarationAfterDeclaratorAndAttributes()
5961 (D.getContext() == DeclaratorContext::ForInit && in ParseDirectDeclarator()
H A DParseStmt.cpp1882 DeclaratorContext::ForInit, DeclEnd, attrs, false, in ParseForStatement()
H A DParseExprCXX.cpp2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()