Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp245 return FM[ID].valueDecl() == Vd; in containsMutexDecl()
986 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1002 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1209 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/lib/ASTMatchers/Dynamic/
DRegistry.cpp341 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h700 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp847 valueDecl(hasType(asString("enum EnumType"))))); in TEST()
849 valueDecl(hasType(asString("void (void)"))))); in TEST()