Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h480 bool isTypeSpecOwned() const { return TypeSpecOwned; } in isTypeSpecOwned() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1583 DS.isTypeSpecOwned() ? D : nullptr); in ConvertDeclSpecToType()
3399 if (!D.isInvalidType() && D.getDeclSpec().isTypeSpecOwned()) { in GetDeclSpecTypeForDeclarator()
H A DSemaDecl.cpp14025 if (DS.isTypeSpecOwned()) in FinalizeDeclaratorGroup()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp57 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()