Home
last modified time | relevance | path

Searched defs:ReceiverSymbol (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp66 SymbolRef ReceiverSymbol; member in __anonad8f58770211::SuperDeallocBRVisitor
70 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol) in SuperDeallocBRVisitor() argument
87 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol(); in checkPreObjCMessage() local
[all...]
H A DDynamicTypePropagation.cpp181 if (SymbolRef ReceiverSymbol = ReceiverSVal.getAsSymbol()) { in inferReceiverType() local