Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h297 const VarDecl *getVarDecl() const { in getVarDecl() function
329 const VarDecl *getVarDecl() const { in getVarDecl() function
348 const VarDecl *getVarDecl() const { in getVarDecl() function
396 const VarDecl *getVarDecl() const { in getVarDecl() function
402 const CleanupAttr *A = getVarDecl()->getAttr<CleanupAttr>(); in getFunctionDecl()
422 const VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h216 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp437 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2472 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()
2480 SxBuilder.createVariable(CF.getVarDecl()), in runAnalysis()
2481 CF.getVarDecl()->getLocation()); in runAnalysis()
H A DLiveVariables.cpp496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5306 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5833 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5852 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5862 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5869 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
H A DConsumed.cpp1362 const VarDecl *Var = DTor.getVarDecl(); in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp844 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp662 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
1099 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3335 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1341 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()