Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtransitivevisitor.d66 visitType(v.type); in ParseVisitMethods()
146 visitType(p.type); in ParseVisitMethods()
156 visitType(s.prm.type); in ParseVisitMethods()
167 visitType(s.prm.type); in ParseVisitMethods()
318 visitType(c.type); in ParseVisitMethods()
326 void visitType(AST.Type t) in ParseVisitMethods()
343 visitType(t.next); in ParseVisitMethods()
500 visitType(em.type); in ParseVisitMethods()
625 visitType(b.type); in ParseVisitMethods()
667 visitType(vd.type); in ParseVisitMethods()
[all …]
H A Dtypesem.d667 Type visitType(Type t) in typeSemantic()
2226 default: return visitType(type); in typeSemantic()
2380 Expression visitType(Type mt) in getProperty()
2706 return visitType(mt); in getProperty()
2711 return visitType(mt); in getProperty()
2733 e = visitType(mt); in getProperty()
2773 visitType(t); in getProperty()
2857 void visitType(Type mt) in visitType() function
2922 return visitType(mt); in visitSArray()
2928 visitType(mt); in visitSArray()
[all …]
H A Dlambdacomp.d444 visitType(p.type); in visit()
H A Dvisitor.d193 visitType(e.to);
H A Dhdrgen.d2046 void visitType(TypeExp e) in expressionPrettyPrint()
2569 case EXP.type: return visitType(e.isTypeExp()); in expressionPrettyPrint()
3739 void visitType(Type t) in typeToBufferx()
3969 visitType(t); in typeToBufferx()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7060 Optional<APValue> SubObj = visitType( in visit()
7086 Optional<APValue> SubObj = visitType(FieldTy, FieldOffset); in visit()
7114 visitType(Ty->getElementType(), Offset + I * ElementWidth); in visit()
7127 Optional<APValue> visitType(QualType Ty, CharUnits Offset) { in visitType() function in __anondef1c1651611::BufferToAPValueConverter
7155 return Converter.visitType(BCE->getType(), CharUnits::fromQuantity(0)); in convert()