Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp229 const DeclRefExpr *getDeclRefExpr() const { return dr; } in getDeclRefExpr() function in __anon6e987c610311::FindVarResult
367 if (const DeclRefExpr *DRE = Var.getDeclRefExpr()) in classify()