Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp342 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() local
343 Buffer += ReferenceStmt; in appendReference()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp859 const Stmt *ReferenceStmt, in removeDead() argument
864 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt)) in removeDead()
869 DiagnosticStmt = ReferenceStmt; in removeDead()
879 if (!ReferenceStmt) { in removeDead()
886 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h292 const Stmt *ReferenceStmt, const LocationContext *LC,