Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DSortJavaScriptImports.cpp342 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() local
343 Buffer += ReferenceStmt; in appendReference()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1024 const Stmt *ReferenceStmt, in removeDead() argument
1029 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt)) in removeDead()
1034 DiagnosticStmt = ReferenceStmt; in removeDead()
1044 if (!ReferenceStmt) { in removeDead()
1051 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h293 const Stmt *ReferenceStmt, const LocationContext *LC,