Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp292 IT_Var, enumerator
345 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
370 assert(InfoType == IT_Var); in getVar()
406 bool isVar() const { return InfoType == IT_Var; } in isVar()
414 return InfoType == IT_Var || InfoType == IT_Tmp; in isPointerToValue()