Home
last modified time | relevance | path

Searched defs:BinOpKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5548 BinaryOperatorKind BinOpKind, in sumOffsets()
5975 BinaryOperatorKind BinOpKind = BinOp->getOpcode(); in checkFormatStringExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13224 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator