Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DLiveVariables.cpp479 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
DCFG.cpp3340 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
3788 const VarDecl *VD = DE->getVarDecl(); in print_elem()
DThreadSafety.cpp2460 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl()); in runAnalysis()
/external/clang/include/clang/Analysis/
DCFG.h171 const VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/Sema/
DSemaExprMember.cpp699 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/external/clang/include/clang/AST/
DDecl.h2217 VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp492 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()