HomeSort by: relevance | last modified time | path
    Searched refs:AddType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ODRHash.h 79 void AddType(const Type *T);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 130 AddType(NNS->getAsType());
684 void AddType(const Type *T) {
687 Hash.AddType(T);
916 AddType(T->getClass());
997 AddType(T->getReplacedParameter());
1003 AddType(T->getReplacedParameter());
1050 AddType(UnderlyingType.getTypePtr());
1119 void ODRHash::AddType(const Type *T) {
1130 AddType(split.Ty);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
demangle.d 54 enum AddType { no, yes }
59 this( buf_, AddType.yes, dst_ );
63 this( return scope const(char)[] buf_, AddType addType_, return scope char[] dst_ = null )
66 addType = addType_;
79 AddType addType = AddType.yes;
2036 parseMangledName( AddType.yes == addType );

Completed in 23 milliseconds