Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2713 QualType RangeVarType = RangeVar->getType(); in BuildCXXForRangeStmt() local
2722 if (RangeVarType->isDependentType()) { in BuildCXXForRangeStmt()
2737 const QualType RangeVarNonRefType = RangeVarType.getNonReferenceType(); in BuildCXXForRangeStmt()