Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp338 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() local
339 Buffer += ReferenceStmt; in appendReference()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1030 const Stmt *ReferenceStmt, in removeDead() argument
1036 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt)) in removeDead()
1041 DiagnosticStmt = ReferenceStmt; in removeDead()
1051 if (!ReferenceStmt) { in removeDead()
1058 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h285 const Stmt *ReferenceStmt, const LocationContext *LC,