Searched refs:TypeOrValue (Results 1 – 2 of 2) sorted by relevance
104 uintptr_t TypeOrValue; member111 TemplateArgument() : Kind(Null), TypeOrValue(0) { } in TemplateArgument()116 TypeOrValue = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr());181 TypeOrValue = reinterpret_cast<uintptr_t>(E); in TemplateArgument()228 return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue)); in getAsType()248 return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue)); in getNullPtrType()297 return reinterpret_cast<Expr *>(TypeOrValue); in getAsExpr()
294 return TypeOrValue == Other.TypeOrValue; in structurallyEquals()