Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h160 struct CheckForInfo { struct
165 std::variant<RangeForInfo, CheckForInfo> Info; argument
199 Info(CheckForInfo{{}, {Init, Cond, Inc}}) {} in ForStmtBeginChecker()
206 Info(CheckForInfo{{OldInit, OldCond, OldInc}, {Init, Cond, Inc}}) {} in ForStmtBeginChecker()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1495 const CheckForInfo &CFI = std::get<CheckForInfo>(Info); in checkFor()