Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp830 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()
861 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
1489 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()
1500 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaDecl.cpp14755 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h466 static bool isDeclRep(TST T) { in isDeclRep() function
549 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()
584 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()
782 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1166 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
1185 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()