Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp646 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
695 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
/external/llvm-project/clang/include/clang/Sema/
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()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp763 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
825 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()