Home
last modified time | relevance | path

Searched refs:ForRangeDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx1z-decomposition.cpp21 namespace ForRangeDecl { namespace
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTentative.cpp426 return ConditionOrInitStatement::ForRangeDecl; in result()
515 return ConditionOrInitStatement::ForRangeDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp2062 case ConditionOrInitStatement::ForRangeDecl: { in ParseCXXCondition()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2505 ForRangeDecl, ///< Disambiguated as a for-range declaration. enumerator