Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h216 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5297 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5823 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5837 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5847 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5854 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.cpp2414 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp811 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3232 VarDecl *getVarDecl() const { in getVarDecl() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1326 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp699 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()