Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h298 const VarDecl *getVarDecl() const { in getVarDecl() function
330 const VarDecl *getVarDecl() const { in getVarDecl() function
349 const VarDecl *getVarDecl() const { in getVarDecl() function
397 const VarDecl *getVarDecl() const { in getVarDecl() function
403 const CleanupAttr *A = getVarDecl()->getAttr<CleanupAttr>(); in getFunctionDecl()
423 const VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h217 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp410 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp478 const VarDecl *DestructedVD = DtorOpt.getVarDecl(); in handleDestructor()
H A DLiveVariables.cpp533 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DThreadSafety.cpp2666 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()
2674 SxBuilder.createVariable(CF.getVarDecl()), in runAnalysis()
2675 CF.getVarDecl()->getLocation()); in runAnalysis()
H A DCFG.cpp5412 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5942 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5961 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5972 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5979 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
H A DConsumed.cpp1358 const VarDecl *Var = DTor.getVarDecl(); in run()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp742 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp669 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
1112 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3467 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1342 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()