Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3171 class ObjCEncOptions {
3174 ObjCEncOptions(unsigned Bits) : Bits(Bits) {} in ObjCEncOptions() function
3177 ObjCEncOptions() : Bits(0) {} in ObjCEncOptions() function
3178 ObjCEncOptions(const ObjCEncOptions &RHS) : Bits(RHS.Bits) {} in ObjCEncOptions() function
3189 #define V(N,I) ObjCEncOptions& set##N() { Bits |= 1 << I; return *this; }
3199 LLVM_NODISCARD ObjCEncOptions keepingOnly(ObjCEncOptions Mask) const { in OPT_LIST()
3203 LLVM_NODISCARD ObjCEncOptions forComponentType() const { in forComponentType()
3204 ObjCEncOptions Mask = ObjCEncOptions() in forComponentType()
3213 ObjCEncOptions Options,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7639 ObjCEncOptions Options = ObjCEncOptions() in getObjCEncodingForMethodParameter()
7838 ObjCEncOptions() in getObjCEncodingForType()
7851 ObjCEncOptions() in getObjCEncodingForPropertyType()
8057 const ObjCEncOptions Options, in getObjCEncodingForTypeImpl()
8075 ObjCEncOptions(), in getObjCEncodingForTypeImpl()
8082 ObjCEncOptions(), in getObjCEncodingForTypeImpl()
8161 ObjCEncOptions NewOptions; in getObjCEncodingForTypeImpl()
8180 Options.keepingOnly(ObjCEncOptions().setExpandStructures()), FD); in getObjCEncodingForTypeImpl()
8195 Options.keepingOnly(ObjCEncOptions().setExpandStructures()), FD, in getObjCEncodingForTypeImpl()
8306 ObjCEncOptions().setExpandStructures(), in getObjCEncodingForTypeImpl()
[all …]