Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3476 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator()
3560 case DeclaratorContext::ForInit: in GetDeclSpecTypeForDeclarator()
4644 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator()
5675 case DeclaratorContext::ForInit: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp12944 Declarator D(DS, DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2093 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup()
2368 if (D.getContext() == DeclaratorContext::ForInit || in ParseDeclarationAfterDeclaratorAndAttributes()
5944 (D.getContext() == DeclaratorContext::ForInit && in ParseDirectDeclarator()
H A DParseStmt.cpp1877 DeclaratorContext::ForInit, DeclEnd, attrs, false, in ParseForStatement()
H A DParseExprCXX.cpp2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()