Home
last modified time | relevance | path

Searched refs:TypeOrValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DTemplateBase.h104 uintptr_t TypeOrValue; member
111 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()
/external/clang/lib/AST/
DTemplateBase.cpp294 return TypeOrValue == Other.TypeOrValue; in structurallyEquals()