Searched refs:ForContext (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1733 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 D | SemaType.cpp | 3006 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 D | SemaDecl.cpp | 11722 Declarator D(DS, DeclaratorContext::ForContext); in ActOnCXXForRangeIdentifier()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2048 bool ExpectSemi = Context != DeclaratorContext::ForContext; in ParseDeclGroup() 2297 if (D.getContext() == DeclaratorContext::ForContext || in ParseDeclarationAfterDeclaratorAndAttributes() 5575 (D.getContext() == DeclaratorContext::ForContext && in ParseDirectDeclarator()
|
| H A D | ParseStmt.cpp | 1667 DeclaratorContext::ForContext, DeclEnd, attrs, false, in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 1809 DeclaratorContext::ForContext, DeclEnd, attrs, false, FRI); in ParseCXXCondition()
|