Home
last modified time | relevance | path

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

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