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.cpp12111 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local
12112 if (!ThenBO) { in checkForm45()
12118 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()
12120 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()
12121 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()
12122 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()
12126 X = ThenBO->getLHS(); in checkForm45()
12127 D = ThenBO->getRHS(); in checkForm45()