Home
last modified time | relevance | path

Searched refs:getDeclStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp127 const auto *DS = DSCC->getDeclStmt(); in prepareForObjectConstruction()
134 addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, LValue); in prepareForObjectConstruction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h312 const DeclStmt *getDeclStmt() const { return DS; } in getDeclStmt() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5054 Stmts.push_back(SDSCC->getDeclStmt()); in print_construction_context()
5059 Stmts.push_back(CDSCC->getDeclStmt()); in print_construction_context()