Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h314 const DeclStmt *getDeclStmt() const { return DS; } in getDeclStmt() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp125 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
372 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5390 Stmts.push_back(SDSCC->getDeclStmt()); in print_construction_context()
5395 Stmts.push_back(CDSCC->getDeclStmt()); in print_construction_context()