Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h405 static bool isExprRep(TST T) { in isExprRep() function
495 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"); in getRepAsExpr()
720 assert(isExprRep((TST) TypeSpecType)); in UpdateExprRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp765 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
827 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()