Home
last modified time | relevance | path

Searched refs:isDeclRep (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp817 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()
848 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
1455 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()
1466 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaDecl.cpp14950 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h443 static bool isDeclRep(TST T) { in isDeclRep() function
526 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()
554 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()
748 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1161 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
1180 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()