Home
last modified time | relevance | path

Searched refs:getVarDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h290 const VarDecl *getVarDecl() const { in getVarDecl() function
322 const VarDecl *getVarDecl() const { in getVarDecl() function
341 const VarDecl *getVarDecl() const { in getVarDecl() function
389 const VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h215 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp515 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp4686 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5172 const VarDecl *VD = DE->getVarDecl(); in print_elem()
5185 const VarDecl *VD = DE->getVarDecl(); in print_elem()
5194 if (const VarDecl *VD = SB->getVarDecl()) in print_elem()
5199 if (const VarDecl *VD = SE->getVarDecl()) in print_elem()
H A DConsumed.cpp1363 const VarDecl *Var = DTor.getVarDecl(); in run()
H A DThreadSafety.cpp2478 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp809 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2860 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp903 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp669 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()