Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10788 const char *EncType; in appendBuiltinType() local
10791 EncType = "0"; in appendBuiltinType()
10794 EncType = "b"; in appendBuiltinType()
10797 EncType = "uc"; in appendBuiltinType()
10800 EncType = "uc"; in appendBuiltinType()
10803 EncType = "sc"; in appendBuiltinType()
10806 EncType = "us"; in appendBuiltinType()
10809 EncType = "ss"; in appendBuiltinType()
10812 EncType = "ui"; in appendBuiltinType()
10815 EncType = "si"; in appendBuiltinType()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h432 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) { in setEncodedTypeSourceInfo() argument
433 EncodedType = EncType; in setEncodedTypeSourceInfo()