Home
last modified time | relevance | path

Searched refs:EncType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10269 const char *EncType; in appendBuiltinType() local
10272 EncType = "0"; in appendBuiltinType()
10275 EncType = "b"; in appendBuiltinType()
10278 EncType = "uc"; in appendBuiltinType()
10281 EncType = "uc"; in appendBuiltinType()
10284 EncType = "sc"; in appendBuiltinType()
10287 EncType = "us"; in appendBuiltinType()
10290 EncType = "ss"; in appendBuiltinType()
10293 EncType = "ui"; in appendBuiltinType()
10296 EncType = "si"; in appendBuiltinType()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h432 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) { in setEncodedTypeSourceInfo() argument
433 EncodedType = EncType; in setEncodedTypeSourceInfo()