Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h512 OverloadedOperatorKind getOperator() const { in getOperator() function
H A DExprCXX.h80 OverloadedOperatorKind getOperator() const { return Operator; } in getOperator() function
3874 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h368 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1299 Init *getOperator() const { return Val; } in getOperator() function