Home
last modified time | relevance | path

Searched defs:getOperator (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h519 OverloadedOperatorKind getOperator() const { in getOperator() function
H A DExprCXX.h112 OverloadedOperatorKind getOperator() const { in getOperator() function
322 BinaryOperatorKind getOperator() const { return getDecomposedForm().Opcode; } in getOperator() function
4630 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator() function
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h719 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1337 Init *getOperator() const { return Val; } in getOperator() function