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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp253 bool IsPropCall = Containing && isa<PseudoObjectExpr>(Containing); local
255 if ((E->isImplicit() || IsPropCall) &&
256 !(IsPropCall &&

Completed in 102 milliseconds