HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceStmt (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
SortJavaScriptImports.cpp 252 StringRef ReferenceStmt = getSourceText(Reference.Range);
253 Buffer += ReferenceStmt;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 171 /// \param ReferenceStmt The statement which is about to be processed.
175 /// \param LC The location context of the \p ReferenceStmt. A null location
180 /// \p ReferenceStmt is used.
184 /// \p ReferenceStmt must either be a ReturnStmt or \c NULL. Otherwise,
186 /// and \p ReferenceStmt must be valid (non-null).
188 const Stmt *ReferenceStmt, const LocationContext *LC,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 344 const Stmt *ReferenceStmt,
349 ReferenceStmt == nullptr || isa<ReturnStmt>(ReferenceStmt))
354 DiagnosticStmt = ReferenceStmt;
364 if (!ReferenceStmt) {
371 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager());
    [all...]

Completed in 117 milliseconds