Home | History | Annotate | Download | only in AST

Lines Matching defs:Encoding

172   // <mangled-name> ::= ? <name> <type-encoding>
183 // <type-encoding> ::= <function-class> <function-type>
209 // <type-encoding> ::= <storage-class> <variable-type>
216 // The first character in the encoding (after the name) is the storage class.
278 // We have to build up the encoding in reverse order, so it will come
280 char Encoding[16];
281 char *EndPtr = Encoding+sizeof(Encoding);