Searched defs:getOpcodeStr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp870 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
872 const char *UnaryOperator::getOpcodeStr(Opcode Op) {
1571 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1573 const char *BinaryOperator::getOpcodeStr(Opcode Op) { function in class:BinaryOperator
/external/clang/include/clang/AST/
H A DExpr.h1611 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1613 static const char *getOpcodeStr(Opcode Op);
2828 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
2830 static const char *getOpcodeStr(Opcode Op);
2832 const char *getOpcodeStr() const { return getOpcodeStr(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 137 milliseconds