Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12217 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local
12218 if (!ThenBO) { in checkForm45()
12224 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()
12226 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()
12227 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()
12228 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()
12232 X = ThenBO->getLHS(); in checkForm45()
12233 D = ThenBO->getRHS(); in checkForm45()