Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp442 return ConditionOrInitStatement::ForRangeDecl; in result()
497 return ConditionOrInitStatement::ForRangeDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp1805 case ConditionOrInitStatement::ForRangeDecl: { in ParseCXXCondition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2227 ForRangeDecl, ///< Disambiguated as a for-range declaration. enumerator