Home | History | Annotate | Download | only in AST

Lines Matching defs:UE

1131   const CXXUuidofExpr *UE = nullptr;
1134 UE = dyn_cast<CXXUuidofExpr>(UO->getSubExpr());
1136 UE = dyn_cast<CXXUuidofExpr>(E);
1138 if (UE) {
1141 StringRef Uuid = UE->getUuidAsStringRef(Context.getASTContext());
1150 if (UE == E)