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

/external/clang/lib/AST/
H A DExpr.cpp1094 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1096 StringRef UnaryOperator::getOpcodeStr(Opcode Op) {
1816 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1818 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { function in class:BinaryOperator
/external/clang/include/clang/AST/
H A DExpr.h1781 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1783 static StringRef getOpcodeStr(Opcode Op);
3021 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
3023 static StringRef getOpcodeStr(Opcode Op);
3025 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 3131 milliseconds