Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h144 struct RangeForInfo { struct
149 RangeForInfo() : Uninstantiated{nullptr}, CurrentVersion{nullptr} {} in RangeForInfo() argument
150 RangeForInfo(const CXXForRangeStmt *Uninst, const CXXForRangeStmt *Cur) in RangeForInfo() argument
165 std::variant<RangeForInfo, CheckForInfo> Info;
188 Info(RangeForInfo{nullptr, RangeFor}) {} in ForStmtBeginChecker()
194 Info(RangeForInfo{OldRangeFor, RangeFor}) {} in ForStmtBeginChecker()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1145 const RangeForInfo &RFI = std::get<RangeForInfo>(Info); in checkRangeFor()
1584 if (std::holds_alternative<RangeForInfo>(Info)) in check()