Home
last modified time | relevance | path

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

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