Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h487 bool isTypeSpecOwned() const { return TypeSpecOwned; } in isTypeSpecOwned() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1500 DS.isTypeSpecOwned() ? D : nullptr); in ConvertDeclSpecToType()
2855 if (!D.isInvalidType() && D.getDeclSpec().isTypeSpecOwned()) { in GetDeclSpecTypeForDeclarator()
H A DSemaDecl.cpp12193 if (DS.isTypeSpecOwned()) in FinalizeDeclaratorGroup()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()