Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h155 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl()); in walk()
/external/clang/lib/Analysis/
DLiveVariables.cpp463 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
DConsumed.cpp1412 const VarDecl *Var = DTor.getVarDecl(); in run()
DCFG.cpp3713 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
4099 const VarDecl *VD = DE->getVarDecl(); in print_elem()
DThreadSafety.cpp2557 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl()); in runAnalysis()
/external/clang/include/clang/Analysis/
DCFG.h199 const VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/Sema/
DSemaExprMember.cpp752 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/external/clang/include/clang/AST/
DDecl.h2356 VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp578 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()