Home | History | Annotate | Download | only in AST

Lines Matching refs:Uuid

1140     // const __s_GUID _GUID_{lower case UUID with underscores}
1141 StringRef Uuid = UE->getUuidAsStringRef(Context.getASTContext());
1142 std::string Name = "_GUID_" + Uuid.lower();