Searched refs:valueDecl (Results 1 – 12 of 12) sorted by relevance
26 ShrinkableExpr.with(hasDeclaration(valueDecl().bind("ContainerDecl"))); in registerMatchers()28 hasDeclaration(valueDecl(equalsBoundNode("ContainerDecl")))); in registerMatchers()
190 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local191 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
25 valueDecl(allOf( in registerMatchers()
24 valueDecl( in registerMatchers()
127 auto TargetNodes = match(valueDecl(hasName(Name)).bind("v"), ASTCtx); in findValueDecl()
264 return FM[ID].valueDecl() == Vd; in containsMutexDecl()1086 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()1102 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()1268 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
314 const ValueDecl* valueDecl() const { in valueDecl() function
590 REGISTER_MATCHER(valueDecl); in RegistryMaps()
198 valueDecl(hasType(asString("enum EnumType"))))); in TEST_P()200 valueDecl(hasType(asString("void (void)"))))); in TEST_P()
3508 valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))); in TEST_P()
790 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
1243 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;