Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h187 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
188 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
189 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp264 return FM[ID].valueDecl() == Vd; in containsMutexDecl()
1100 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1116 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1282 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp607 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp791 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1246 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
7675 /// (matcher = valueDecl(hasType(decayedType(hasDecayedType(pointerType()))))) in AST_MATCHER_P()