Searched defs:getOpcodeStr (Results 1 – 3 of 3) sorted by relevance
/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 | 3910 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } getOpcodeStr() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1405 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it in getOpcodeStr() function in UnaryOperator |