Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h295 const VarDecl *getVarDecl() const { in getVarDecl() function
327 const VarDecl *getVarDecl() const { in getVarDecl() function
346 const VarDecl *getVarDecl() const { in getVarDecl() function
394 const VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h214 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp474 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5026 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5539 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5553 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5563 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5570 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
H A DConsumed.cpp1362 const VarDecl *Var = DTor.getVarDecl(); in run()
H A DThreadSafety.cpp2510 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp810 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3111 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp954 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp680 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()