Searched refs:valueDecl (Results 1 – 6 of 6) sorted by relevance
245 return FM[ID].valueDecl() == Vd; in containsMutexDecl()989 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()1005 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()1206 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
289 const ValueDecl* valueDecl() const { in valueDecl() function
158 valueDecl(hasType(asString("enum EnumType"))))); in TEST()160 valueDecl(hasType(asString("void (void)"))))); in TEST()
1785 …EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()… in TEST()
416 REGISTER_MATCHER(valueDecl); in RegistryMaps()
859 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable