Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h406 static bool isTypeRep(TST T) { in isTypeRep() function
488 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function
493 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()
690 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp708 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()
777 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()