Searched refs:RecSym (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp846 SymbolRef RecSym = M.getReceiverSVal().getAsSymbol(); local
847 if (!RecSym)
851 State->get<MostSpecializedTypeArgsMap>(RecSym);

Completed in 121 milliseconds