Home
last modified time | relevance | path

Searched defs:IVars (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp47 void SymbolConverter::addIVars(const ArrayRef<ObjCIVarRecord *> IVars, in addIVars()
H A DTextStub.cpp216 std::vector<FlowStringRef> IVars; member
226 std::vector<FlowStringRef> IVars; member
H A DTextStubV5.cpp843 std::vector<StringRef> IVars; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3761 SmallVector<const ObjCIvarDecl *, 8> IVars; in ObjCIvarBitfieldGroupNo() local
3781 SmallVectorImpl<ObjCIvarDecl *> &IVars) { in SynthesizeBitfieldGroupStructType()
3806 SmallVector<ObjCIvarDecl *, 8> IVars; in GetGroupRecordTypeForObjCIvarBitfield() local
3880 SmallVector<ObjCIvarDecl *, 8> IVars; in RewriteObjCInternalStruct() local
7008 SmallVector<ObjCIvarDecl *, 8> IVars; in RewriteObjCClassMetaData() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3104 llvm::Constant *IVars, in GenerateClassStructure()