Home
last modified time | relevance | path

Searched refs:AddType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp130 AddType(NNS->getAsType()); in AddNestedNameSpecifier()
684 void AddType(const Type *T) { in AddType() function in __anon79b649e50211::ODRTypeVisitor
687 Hash.AddType(T); in AddType()
916 AddType(T->getClass()); in VisitMemberPointerType()
997 AddType(T->getReplacedParameter()); in VisitSubstTemplateTypeParmPackType()
1003 AddType(T->getReplacedParameter()); in VisitSubstTemplateTypeParmType()
1050 AddType(UnderlyingType.getTypePtr()); in VisitTypedefType()
1119 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
1130 AddType(split.Ty); in AddQualType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h79 void AddType(const Type *T);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d54 enum AddType { no, yes } enum
59 this( buf_, AddType.yes, dst_ );
63 this( return scope const(char)[] buf_, AddType addType_, return scope char[] dst_ = null )
79 AddType addType = AddType.yes;
2036 parseMangledName( AddType.yes == addType );