Searched defs:getPattern (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h700 const ComplexPattern &getPattern() const { return Pattern; } function in class:llvm::CheckComplexPatMatcher
1080 const PatternToMatch &getPattern() const { return Pattern; } function in class:llvm::MorphNodeToMatcher
1101 const PatternToMatch &getPattern() const { return Pattern; } function in class:llvm::CompleteMatchMatcher
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4033 Expr *getPattern() { return reinterpret_cast<Expr *>(Pattern); } function in class:clang::PackExpansionExpr
4036 const Expr *getPattern() const { return reinterpret_cast<Expr *>(Pattern); } function in class:clang::PackExpansionExpr
4555 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); } function in class:clang::CXXFoldExpr

Completed in 114 milliseconds