Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6781 const char *EncType; in appendBuiltinType() local
6784 EncType = "0"; in appendBuiltinType()
6787 EncType = "b"; in appendBuiltinType()
6790 EncType = "uc"; in appendBuiltinType()
6793 EncType = "uc"; in appendBuiltinType()
6796 EncType = "sc"; in appendBuiltinType()
6799 EncType = "us"; in appendBuiltinType()
6802 EncType = "ss"; in appendBuiltinType()
6805 EncType = "ui"; in appendBuiltinType()
6808 EncType = "si"; in appendBuiltinType()
[all …]
/external/clang/include/clang/AST/
DExprObjC.h380 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) {
381 EncodedType = EncType;