HomeSort by: relevance | last modified time | path
    Searched defs:getOperator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h 519 OverloadedOperatorKind getOperator() const {
529 Profile(ID, getQualifier(), getOperator());
ExprCXX.h 112 OverloadedOperatorKind getOperator() const {
124 bool isAssignmentOp() const { return isAssignmentOp(getOperator()); }
140 bool isComparisonOp() const { return isComparisonOp(getOperator()); }
147 /// When \c getOperator()==OO_Call, this is the location of the right
148 /// parentheses; when \c getOperator()==OO_Subscript, this is the location
153 OverloadedOperatorKind Operator = getOperator();
322 BinaryOperatorKind getOperator() const { return getDecomposedForm().Opcode; }
323 BinaryOperatorKind getOpcode() const { return getOperator(); }
4630 BinaryOperatorKind getOperator() const { return Opcode; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1337 Init *getOperator() const { return Val; }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 719 Record *getOperator() const { assert(!isLeaf()); return Operator; }

Completed in 67 milliseconds