Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h401 static bool isTypeRep(TST T) { in isTypeRep() function
481 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function
487 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()
716 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp743 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()
827 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()