Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp805 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()
836 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
1442 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()
1453 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaDecl.cpp14467 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h427 static bool isDeclRep(TST T) { in isDeclRep() function
510 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()
538 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()
732 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1132 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
1151 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()