Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp292 IT_None, enumerator
316 PropagationInfo() : InfoType(IT_None) {} in PropagationInfo()
411 inline bool isValid() const { return InfoType != IT_None; } in isValid()