Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp12053 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local
12054 if (!ThenBO) { in checkForm45()
12060 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()
12062 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()
12063 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()
12064 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()
12068 X = ThenBO->getLHS(); in checkForm45()
12069 D = ThenBO->getRHS(); in checkForm45()