Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12604 bool &SuppressRHSDiags);
12629 bool &SuppressRHSDiags) { in VisitBinOpLHSOnly() argument
12657 SuppressRHSDiags = true; in VisitBinOpLHSOnly()
12799 bool SuppressRHSDiags = false; in process() local
12800 if (!VisitBinOpLHSOnly(Result, Bop, SuppressRHSDiags)) { in process()
12804 if (SuppressRHSDiags) in process()