Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h214 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp474 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5019 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5532 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5546 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5556 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5563 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.cpp2493 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp809 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3085 VarDecl *getVarDecl() const { in getVarDecl() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp954 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp680 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()