Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp263 return FM[ID].valueDecl() == Vd; in containsMutexDecl()
1092 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1108 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1307 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h306 const ValueDecl* valueDecl() const { in valueDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp502 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp596 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1073 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;