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

/external/clang/lib/AST/
H A DExpr.cpp1022 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1024 StringRef UnaryOperator::getOpcodeStr(Opcode Op) {
1729 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1731 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { function in class:BinaryOperator
/external/clang/include/clang/AST/
H A DExpr.h1729 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1731 static StringRef getOpcodeStr(Opcode Op);
2970 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
2972 static StringRef getOpcodeStr(Opcode Op);
2974 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 94 milliseconds