| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterGenericRedeclTest.cpp | 24 BindableMatcher<Decl> getPattern() { in getPattern() function 33 BindableMatcher<Decl> getPattern() { in getPattern() function 42 BindableMatcher<Decl> getPattern() { in getPattern() function 51 BindableMatcher<Decl> getPattern() { return varDecl(hasName("X")); } in getPattern() function 63 BindableMatcher<Decl> getPattern() { in getPattern() function 72 BindableMatcher<Decl> getPattern() { in getPattern() function 86 BindableMatcher<Decl> getPattern() { in getPattern() function 112 BindableMatcher<Decl> getPattern() { in getPattern() function 129 BindableMatcher<Decl> getPattern() { in getPattern() function 140 BindableMatcher<Decl> getPattern() const { return TypeParam().getPattern(); } in getPattern() function [all …]
|
| H A D | ASTImporterODRStrategiesTest.cpp | 37 BindableMatcher<Decl> getPattern() { in getPattern() function 88 BindableMatcher<Decl> getPattern() { in getPattern() function 112 BindableMatcher<Decl> getPattern() { in getPattern() function 131 BindableMatcher<Decl> getPattern() { in getPattern() function 175 BindableMatcher<Decl> getPattern() { in getPattern() function 205 BindableMatcher<Decl> getPattern() { in getPattern() function 230 BindableMatcher<Decl> getPattern() { in getPattern() function 254 static BindableMatcher<Decl> getPattern() { return TypeParam().getPattern(); } in getPattern() function 279 EXPECT_EQ(DeclCounter<DeclTy>().match(ToTU, getPattern()), 2u); in CheckImportedAsNew() 294 EXPECT_EQ(DeclCounter<DeclTy>().match(ToTU, getPattern()), 1u); in CheckImportNameConflict() [all …]
|
| H A D | ASTImporterVisibilityTest.cpp | 116 BindableMatcher<Decl> getPattern() const { return PatternFactory()(); } in getPattern() function in clang::ast_matchers::ImportVisibilityChain 121 auto Pattern = getPattern(); in TypedTest_ImportChain() 242 BindableMatcher<Decl> getPattern() const { return PatternFactory()(); } in getPattern() function in clang::ast_matchers::ImportVisibility 249 auto *ToD0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfter() 250 auto *FromD1 = FirstDeclMatcher<DeclTy>().match(FromTu, getPattern()); in TypedTest_ImportAfter() 269 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu0, getPattern()); in TypedTest_ImportAfterImport() 270 auto *FromD1 = FirstDeclMatcher<DeclTy>().match(FromTu1, getPattern()); in TypedTest_ImportAfterImport() 287 auto *ToF0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfterWithMerge() 288 auto *FromF1 = FirstDeclMatcher<DeclTy>().match(FromTu, getPattern()); in TypedTest_ImportAfterWithMerge() 309 auto *FromF0 = FirstDeclMatcher<DeclTy>().match(FromTu0, getPattern()); in TypedTest_ImportAfterImportWithMerge() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 620 const ComplexPattern &Pattern = CCPM->getPattern(); in EmitMatcher() 761 Record *PatRecord = SNT->getPattern().getSrcRecord(); in EmitMatcher() 817 << *SNT->getPattern().getSrcPattern() << " - Complexity = " in EmitMatcher() 818 << SNT->getPattern().getPatternComplexity(CGP) << '\n'; in EmitMatcher() 820 << *SNT->getPattern().getDstPattern() << '\n'; in EmitMatcher() 835 GetPatFromTreePatternNode(CM->getPattern().getSrcPattern()); in EmitMatcher() 837 GetPatFromTreePatternNode(CM->getPattern().getDstPattern()); in EmitMatcher() 838 Record *PatRecord = CM->getPattern().getSrcRecord(); in EmitMatcher() 852 << *CM->getPattern().getSrcPattern() << " - Complexity = " in EmitMatcher() 853 << CM->getPattern().getPatternComplexity(CGP) << '\n'; in EmitMatcher() [all …]
|
| H A D | DAGISelMatcher.h | 708 const ComplexPattern &getPattern() const { return Pattern; } in getPattern() function 1088 const PatternToMatch &getPattern() const { return Pattern; } in getPattern() function 1109 const PatternToMatch &getPattern() const { return Pattern; } in getPattern() function
|
| H A D | DAGISelMatcherOpt.cpp | 98 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Predicate.h | 112 StringRef getPattern() const;
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Predicate.cpp | 178 {substPred.getPattern(), substPred.getReplacement()}); in buildPredicateTree() 365 StringRef SubstLeavesPred::getPattern() const { in getPattern() function in SubstLeavesPred
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PredicateTree.h | 165 pdl::PatternOp getPattern() const { return pattern; } in getPattern() function
|
| H A D | PDLToPDLInterp.cpp | 557 pdl::PatternOp pattern = successNode->getPattern(); in generate()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 399 return getAsType()->castAs<PackExpansionType>()->getPattern(); in getPackExpansionPattern() 402 return cast<PackExpansionExpr>(getAsExpr())->getPattern(); in getPackExpansionPattern()
|
| H A D | ExprClassification.cpp | 421 return ClassifyInternal(Ctx, cast<PackExpansionExpr>(E)->getPattern()); in ClassifyInternal()
|
| H A D | ASTStructuralEquivalence.cpp | 1156 cast<PackExpansionType>(T1)->getPattern(), in IsStructurallyEquivalent() 1157 cast<PackExpansionType>(T2)->getPattern())) in IsStructurallyEquivalent()
|
| H A D | ComputeDependence.cpp | 363 return (E->getPattern()->getDependence() & ~ExprDependence::UnexpandedPack) | in computeDependence()
|
| H A D | ODRHash.cpp | 963 AddQualType(T->getPattern()); in VisitPackExpansionType()
|
| H A D | TypePrinter.cpp | 1614 printBefore(T->getPattern(), OS); in printPackExpansionBefore() 1619 printAfter(T->getPattern(), OS); in printPackExpansionAfter()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformOps.cpp | 424 unsigned numRepetitions = state.getPayloadOps(getPattern()).size(); in apply() 439 onlyReadsHandle(getPattern(), effects); in getEffects()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 805 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() 1087 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern()
|
| H A D | SemaTemplateDeduction.cpp | 404 ParamType = Expansion->getPattern(); in DeduceNonTypeTemplateArgument() 730 ExtraDeductions.push_back(Expansion->getPattern()); in addPacks() 1054 QualType Pattern = Expansion->getPattern(); in DeduceTemplateArguments() 1344 A = AExp->getPattern(); in DeduceTemplateArgumentsByTypeMatch() 4040 QualType ParamPattern = ParamExpansion->getPattern(); in DeduceTemplateArguments() 5625 E = Expansion->getPattern(); in MarkUsedTemplateParameters() 5945 cast<PackExpansionType>(T)->getPattern(), in MarkUsedTemplateParameters()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 577 ParmType = T->getPattern(); in findFunctionArgMutation()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 412 Visit(T->getPattern()); in VisitPackExpansionType()
|
| H A D | ExprCXX.h | 4097 Expr *getPattern() { return reinterpret_cast<Expr *>(Pattern); } in getPattern() function 4100 const Expr *getPattern() const { return reinterpret_cast<Expr *>(Pattern); } in getPattern() function 4637 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); } in getPattern() function
|
| H A D | TypeProperties.td | 748 let Read = [{ node->getPattern() }];
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 148 const auto BaseType = PET->getPattern().getNonReferenceType(); in isLikelyForwardingFunction()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 656 T = Expansion->getPattern(); in VisitType()
|