Home | History | Annotate | Download | only in AST

Lines Matching defs:UE

1170   const CXXUuidofExpr *UE = nullptr;
1173 UE = dyn_cast<CXXUuidofExpr>(UO->getSubExpr());
1175 UE = dyn_cast<CXXUuidofExpr>(E);
1177 if (UE) {
1183 if (UE == E)
1190 StringRef Uuid = UE->getUuidStr();