Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h197 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl()); in walk()
/external/clang/lib/Analysis/
DLiveVariables.cpp458 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
DConsumed.cpp1398 const VarDecl *Var = DTor.getVarDecl(); in run()
DCFG.cpp3871 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
4257 const VarDecl *VD = DE->getVarDecl(); in print_elem()
DThreadSafety.cpp2313 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.cpp779 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/external/clang/include/clang/AST/
DDecl.h2536 VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp592 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/external/clang/lib/AST/
DDecl.cpp629 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()