Home | History | Annotate | Download | only in AST

Lines Matching refs:Uuid

71   if (const UuidAttr *Uuid = RD->getMostRecentDecl()->getAttr<UuidAttr>())
72 return Uuid;
90 // If the template argument has a UUID, there are three cases:
91 // - This is the first UUID seen for this RecordDecl.
92 // - This is a different UUID than previously seen for this RecordDecl.
93 // - This is the same UUID than previously seen for this RecordDecl.
101 // Seeing multiple UUIDs means that we couldn't find a UUID
116 StringRef Uuid;
118 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid();
123 Uuid = CXXUuidofExpr::GetUuidAttrOfType(Op->getType())->getGuid();
125 Uuid = "00000000-0000-0000-0000-000000000000";
127 return Uuid;