Home
last modified time | relevance | path

Searched refs:NamedType (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y216 %type <member> NamedType
767 NamedType : IDENTIFIER Type
778 ComponentType : NamedType
784 | NamedType kw_OPTIONAL
790 | NamedType kw_DEFAULT Value
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp909 QualType NamedType = ElaboratedT->getNamedType(); in RemoveTypedef() local
910 if (NamedType.hasLocalQualifiers()) { in RemoveTypedef()
914 const auto *RecordT = dyn_cast<RecordType>(NamedType); in RemoveTypedef()
H A DASTContext.cpp5423 QualType NamedType, in getElaboratedType() argument
5426 ElaboratedType::Profile(ID, Keyword, NNS, NamedType, OwnedTagDecl); in getElaboratedType()
5433 QualType Canon = NamedType; in getElaboratedType()
5435 Canon = getCanonicalType(NamedType); in getElaboratedType()
5444 T = new (Mem) ElaboratedType(Keyword, NNS, NamedType, Canon, OwnedTagDecl); in getElaboratedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6766 QualType NamedType;
6773 QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl)
6779 NamedType->getDependence() |
6783 NNS(NNS), NamedType(NamedType) {
6796 QualType getNamedType() const { return NamedType; }
6812 Profile(ID, getKeyword(), NNS, NamedType, getOwnedTagDecl());
6816 NestedNameSpecifier *NNS, QualType NamedType,
6820 NamedType.Profile(ID);
H A DASTContext.h1701 QualType getParenType(QualType NamedType) const;
1707 NestedNameSpecifier *NNS, QualType NamedType,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3940 for (StructType *NamedType : NamedTypes) { in printTypeIdentities()
3941 PrintLLVMName(Out, NamedType->getName(), LocalPrefix); in printTypeIdentities()
3946 TypePrinter.printStructBody(NamedType, Out); in printTypeIdentities()