Home | History | Annotate | Download | only in AST

Lines Matching refs:Uuid

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