Home
last modified time | relevance | path

Searched refs:valueDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp245 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()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h289 const ValueDecl* valueDecl() const { in valueDecl() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp158 valueDecl(hasType(asString("enum EnumType"))))); in TEST()
160 valueDecl(hasType(asString("void (void)"))))); in TEST()
DASTMatchersNarrowingTest.cpp1785 …EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()… in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp416 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h859 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable