Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp334 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() local
335 Buffer += ReferenceStmt; in appendReference()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp690 const Stmt *ReferenceStmt, in removeDead() argument
695 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt)) in removeDead()
700 DiagnosticStmt = ReferenceStmt; in removeDead()
710 if (!ReferenceStmt) { in removeDead()
717 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h290 const Stmt *ReferenceStmt, const LocationContext *LC,