Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp387 assert(isVar() || isTmp() || isState()); in getAsState()
393 else if (isState()) in getAsState()
410 bool isState() const { return InfoType == IT_State; } in isState() function in clang::consumed::PropagationInfo