Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp295 IT_None, enumerator
301 } InfoType = IT_None;
409 bool isValid() const { return InfoType != IT_None; } in isValid()