Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10657 EncType = "0"; in appendBuiltinType()
10660 EncType = "b"; in appendBuiltinType()
10663 EncType = "uc"; in appendBuiltinType()
10666 EncType = "uc"; in appendBuiltinType()
10669 EncType = "sc"; in appendBuiltinType()
10672 EncType = "us"; in appendBuiltinType()
10675 EncType = "ss"; in appendBuiltinType()
10678 EncType = "ui"; in appendBuiltinType()
10681 EncType = "si"; in appendBuiltinType()
10699 EncType = "d"; in appendBuiltinType()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h432 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) { in setEncodedTypeSourceInfo() argument
433 EncodedType = EncType; in setEncodedTypeSourceInfo()