Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp757 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()
777 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
1317 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()
1328 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaDecl.cpp12245 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h417 static bool isDeclRep(TST T) { in isDeclRep() function
497 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()
520 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename); in getTypeSpecTypeNameLoc()
686 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp938 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
957 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()