Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8618 BinaryOperatorKind BinOpKind, in sumOffsets()
9043 BinaryOperatorKind BinOpKind = BinOp->getOpcode(); in checkFormatStringExpr() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12538 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator