Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h412 static bool isTypeRep(TST T) { in isTypeRep() function
500 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function
506 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()
538 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()
736 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp752 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()
836 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
H A DSemaDecl.cpp9074 (D.getDeclSpec().isTypeRep() && in CreateNewFunctionDecl()