Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h186 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
187 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
188 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h325 const ValueDecl* valueDecl() const { in valueDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp275 *this, [&](FactID ID) -> bool { return FM[ID].valueDecl() == Vd; }); in containsMutexDecl()
1181 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1197 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1343 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp610 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp817 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1265 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;