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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h305 const ValueDecl* valueDecl() const { function in class:clang::threadSafety::CapabilityExpr
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp262 return FM[ID].valueDecl() == Vd;
1092 if (const ValueDecl *Cpvd = Cp.valueDecl()) {
1108 if (const ValueDecl *ArgVd = Cp.valueDecl()) {
1307 GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this,
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp648 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp524 REGISTER_MATCHER(valueDecl);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1148 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
6142 /// (matcher = valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))

Completed in 43 milliseconds