Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h151 const VarDecl *getVarDecl() const { in getVarDecl() function
/external/clang/lib/Sema/
DSemaExprMember.cpp707 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/external/clang/lib/Analysis/
DCFG.cpp3179 const VarDecl *var = cast<CFGAutomaticObjDtor>(this)->getVarDecl(); in getDestructorDecl()
3628 const VarDecl *VD = DE->getVarDecl(); in print_elem()
DThreadSafety.cpp1658 VarDecl *VD = const_cast<VarDecl*>(AD->getVarDecl()); in runAnalysis()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp438 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/external/clang/include/clang/AST/
DDecl.h2278 VarDecl *getVarDecl() const { in getVarDecl() function