Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h561 OverloadedOperatorKind getOperator() const { in getOperator() function
H A DExprCXX.h111 OverloadedOperatorKind getOperator() const { in getOperator() function
321 BinaryOperatorKind getOperator() const { return getDecomposedForm().Opcode; } in getOperator() function
4893 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h721 Record *getOperator() const { in getOperator() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1474 Init *getOperator() const { return Val; } in getOperator() function