HomeSort by relevance Sort by last modified time
    Searched refs:DeclRef (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaStmt.cpp 823 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) {
824 PrevString = DeclRef->getDecl()->getName();
826 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) {
827 CurrString = DeclRef->getDecl()->getName();
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 179 milliseconds