Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicWriter.h190 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
191 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp267 return FM[ID].valueDecl() == Vd; in containsMutexDecl()
1090 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1106 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1319 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this, in addLock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h305 const ValueDecl* valueDecl() const { in valueDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp565 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp776 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1239 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;