Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h296 const VarDecl *getVarDecl() const { in getVarDecl() function
328 const VarDecl *getVarDecl() const { in getVarDecl() function
347 const VarDecl *getVarDecl() const { in getVarDecl() function
395 const VarDecl *getVarDecl() const { in getVarDecl() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h258 std::string getVarDecl(StringRef name) const;
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp200 printChildren(stmt->getVarDecl()); in printImpl()
H A DNodes.cpp83 void visitImpl(const LetStmt *stmt) { visit(stmt->getVarDecl()); } in visitImpl()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h215 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DLiveVariables.cpp495 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
H A DCFG.cpp5238 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5753 const VarDecl *VD = DE.getVarDecl(); in print_elem()
5767 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
5777 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()
5784 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
H A DConsumed.cpp1362 const VarDecl *Var = DTor.getVarDecl(); in run()
H A DThreadSafety.cpp2415 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp221 void CodeGen::genImpl(const ast::LetStmt *stmt) { genVar(stmt->getVarDecl()); } in genImpl()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp273 std::string SymbolInfoMap::SymbolInfo::getVarDecl(StringRef name) const { in getVarDecl() function in SymbolInfoMap::SymbolInfo
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h215 VariableDecl *getVarDecl() const { return varDecl; } in getVarDecl() function
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp992 os << info.getVarDecl(symbol); in emit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp811 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3162 VarDecl *getVarDecl() const { in getVarDecl() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1123 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp700 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()