Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp796 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()
827 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
1427 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()
1438 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaDecl.cpp13523 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h415 static bool isDeclRep(TST T) { in isDeclRep() function
491 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()
519 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename); in getTypeSpecTypeNameLoc()
712 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1055 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
1074 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()