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.cpp341 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() local
342 Buffer += ReferenceStmt; in appendReference()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1030 const Stmt *ReferenceStmt, in removeDead() argument
1035 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt)) in removeDead()
1040 DiagnosticStmt = ReferenceStmt; in removeDead()
1050 if (!ReferenceStmt) { in removeDead()
1057 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,