Home
last modified time | relevance | path

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

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