Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h402 static bool isExprRep(TST T) { in isExprRep() function
490 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"); in getRepAsExpr()
659 assert(isExprRep((TST) TypeSpecType)); in UpdateExprRep()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp638 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
687 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()