Home
last modified time | relevance | path

Searched refs:ValDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp279 if (auto *ValDecl = DRE->getDecl()) { in visitCallArg() local
280 if (isa<ParmVarDecl>(ValDecl)) in visitCallArg()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h463 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD), Kind(Kind) { in Ctx()
478 if (P->ValDecl == ExtendingDecl) { in addExtended()
522 const ValueDecl *ValDecl = nullptr; variable