Searched defs:getOpcodeStr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1375 StringRef UnaryOperator::getOpcodeStr(Opcode Op) { getOpcodeStr() function in UnaryOperator |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 323 static StringRef getOpcodeStr(BinaryOperatorKind Op) { in getOpcodeStr() function |
H A D | Expr.h | 3876 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } getOpcodeStr() function |