Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1733 ForContext, // Declaration within first part of a for loop. enumerator
1944 case DeclaratorContext::ForContext: in mayOmitIdentifier()
1982 case DeclaratorContext::ForContext: in mayHaveIdentifier()
2018 case DeclaratorContext::ForContext: in mayHaveDecompositionDeclarator()
2072 case DeclaratorContext::ForContext: in mayBeFollowedByCXXDirectInit()
2299 case DeclaratorContext::ForContext: in isFunctionDeclarationContext()
2360 case DeclaratorContext::ForContext: in isExpressionContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3006 case DeclaratorContext::ForContext: in GetDeclSpecTypeForDeclarator()
3106 case DeclaratorContext::ForContext: in GetDeclSpecTypeForDeclarator()
4165 case DeclaratorContext::ForContext: in GetFullTypeForDeclarator()
5137 case DeclaratorContext::ForContext: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp11722 Declarator D(DS, DeclaratorContext::ForContext); in ActOnCXXForRangeIdentifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2048 bool ExpectSemi = Context != DeclaratorContext::ForContext; in ParseDeclGroup()
2297 if (D.getContext() == DeclaratorContext::ForContext || in ParseDeclarationAfterDeclaratorAndAttributes()
5575 (D.getContext() == DeclaratorContext::ForContext && in ParseDirectDeclarator()
H A DParseStmt.cpp1667 DeclaratorContext::ForContext, DeclEnd, attrs, false, in ParseForStatement()
H A DParseExprCXX.cpp1809 DeclaratorContext::ForContext, DeclEnd, attrs, false, FRI); in ParseCXXCondition()