Searched refs:ObjCObjectTypeBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1347 ObjCObjectTypeBitfields ObjCObjectTypeBits; member in union:clang::Type::__anon2955
4294 ObjCObjectTypeBits.NumProtocols = 0;
4337 unsigned getNumProtocols() const { return ObjCObjectTypeBits.NumProtocols; }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp473 ObjCObjectTypeBits.NumProtocols = NumProtocols;

Completed in 125 milliseconds