Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h394 static bool isTypeRep(TST T) { in isTypeRep() function
475 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function
478 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()
652 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
/external/clang/lib/Sema/
DDeclSpec.cpp616 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()
685 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()