Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp287 Optional<Loc> IVarLoc = C.getSVal(IRE).getAs<Loc>(); in checkPostStmt() local
288 if (!IVarLoc) in checkPostStmt()
292 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); in checkPostStmt()