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.h558 OverloadedOperatorKind getOperator() const { in getOperator() function
H A DExprCXX.h113 OverloadedOperatorKind getOperator() const { in getOperator() function
323 BinaryOperatorKind getOperator() const { return getDecomposedForm().Opcode; } in getOperator() function
5015 BinaryOperatorKind getOperator() const { return CXXFoldExprBits.Opcode; } in getOperator() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h720 const Record *getOperator() const { in getOperator() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1464 const Init *getOperator() const { return Val; } in getOperator() function