Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h297 const VarDecl *getVarDecl() const { in getVarDecl() function
329 const VarDecl *getVarDecl() const { in getVarDecl() function
348 const VarDecl *getVarDecl() const { in getVarDecl() function
396 const VarDecl *getVarDecl() const { in getVarDecl() function
402 const CleanupAttr *A = getVarDecl()->getAttr<CleanupAttr>(); in getFunctionDecl()
422 const VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h216 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp395 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5303 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5830 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5849 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5859 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5866 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp848 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp669 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
1106 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3349 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1341 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()