Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp607 REGISTER_MATCHER(valueDecl); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1246 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;