Home
last modified time | relevance | path

Searched refs:BindType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h70 BindingType BindType; member
73 BindingType BindType = BindingType::NotAssigned,
75 : Decl(Decl), ResClass(ResClass), Attr(Attr), BindType(BindType) {} in Decl()
78 assert(Attr == nullptr && BindType == BindingType::NotAssigned && in setBindingAttribute()
81 BindType = BT; in setBindingAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h260 uint8_t BindType = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3991 BindType = ImmValue; in moveNext()
4002 << "BindType=" << (int)BindType << "\n"); in moveNext()
4306 switch (BindType) { in typeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h254 enum BindType { enum