Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.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-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h216 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp395 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp2472 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()
2480 SxBuilder.createVariable(CF.getVarDecl()), in runAnalysis()
2481 CF.getVarDecl()->getLocation()); in runAnalysis()
HDLiveVariables.cpp496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
HDCFG.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()
HDConsumed.cpp1362 const VarDecl *Var = DTor.getVarDecl(); in run()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp848 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp669 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
1106 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3349 VarDecl *getVarDecl() const { in getVarDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp1341 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()