Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h450 static bool isTypeRep(TST T) { in isTypeRep() function
539 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function
545 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()
584 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()
786 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp768 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()
861 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
HDSemaDecl.cpp9171 (D.getDeclSpec().isTypeRep() && in CreateNewFunctionDecl()