Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h398 static bool isExprRep(TST T) { in isExprRep() function
486 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"); in getRepAsExpr()
656 assert(isExprRep((TST) TypeSpecType)); in UpdateExprRep()
/external/clang/lib/Sema/
DDeclSpec.cpp636 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()
685 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()