Searched defs:BuiltinType (Results 1 – 7 of 7) sorted by relevance
29 auto BuiltinType = Symbol.getUnderlyingType(); in start() local
534 type BuiltinType struct { struct535 Name string538 func (bt *BuiltinType) print(ps *printState) {542 func (bt *BuiltinType) Traverse(fn func(AST) bool) {546 func (bt *BuiltinType) Copy(fn func(AST) AST, skip func(AST) bool) AST {553 func (bt *BuiltinType) GoString() string {557 func (bt *BuiltinType) goString(indent int, field string) string {
33 class BuiltinType(Type): class
185 BuiltinType, enumerator
196 BuiltinType, enumerator
4057 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { in VisitBuiltinType()
5694 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); in getAbsoluteValueArgumentType() local