Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h455 static bool isExprRep(TST T) { in isExprRep() function
553 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"); in getRepAsExpr()
585 isExprRep((TST)TypeSpecType)); in getTypeSpecTypeNameLoc()
790 assert(isExprRep((TST) TypeSpecType)); in UpdateExprRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp799 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
861 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()