Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp136 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
415 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h327 const DeclStmt *getDeclStmt() const { return DS; } in getDeclStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5689 Stmts.push_back(SDSCC->getDeclStmt()); in print_construction_context()
5694 Stmts.push_back(CDSCC->getDeclStmt()); in print_construction_context()