Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h515 bool isTypeSpecOwned() const { return TypeSpecOwned; } in isTypeSpecOwned() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1614 DS.isTypeSpecOwned() ? D : nullptr); in ConvertDeclSpecToType()
3559 if (!D.isInvalidType() && D.getDeclSpec().isTypeSpecOwned()) { in GetDeclSpecTypeForDeclarator()
H A DSemaDecl.cpp14892 if (DS.isTypeSpecOwned()) in FinalizeDeclaratorGroup()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp59 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()