Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp299 IT_Var, enumerator
352 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
377 assert(InfoType == IT_Var); in getVar()
413 bool isVar() const { return InfoType == IT_Var; } in isVar()
421 return InfoType == IT_Var || InfoType == IT_Tmp; in isPointerToValue()