Searched refs:Ivars (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp99 /// The set of Ivars which need to be invalidated.
319 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
361 IvarSet Ivars; local
363 // one ivar is sufficient. Cannot grab the first on the Ivars set to ensure
372 trackIvar(Iv, Ivars, &FirstIvarDecl);
391 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars,
416 if (Ivars.empty())
439 MethodCrawler(Ivars,
448 Ivars.clear();
454 if (Ivars
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp236 std::vector<FlowStringRef> Ivars; member in struct:__anon5497::SymbolSection
330 IO.mapOptional("objc-ivars", Section.Ivars);
883 CurrentSection.Ivars.emplace_back(Symbol->getName());
890 sort(CurrentSection.Ivars);
956 for (auto &sym : CurrentSection.Ivars)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3821 ObjCInterfaceDecl::ivar_range Ivars = llvm::make_range( local
3824 Ivars = IntfDecl->ivars();
3827 Ivars = ImplDecl->ivars();
3831 Ivars = CategoryDecl->ivars();
3837 for (auto ivar : Ivars) {
3881 (Ivars.begin() == Ivars.end()) ? nullptr : *Ivars.begin();
4996 SmallVector<const ObjCIvarDecl*, 32> Ivars; local
4997 Context.DeepCollectObjCIvars(Class, true, Ivars);
5126 CollectIvarsToConstructOrDestruct(ObjCInterfaceDecl *OI, SmallVectorImpl<ObjCIvarDecl*> &Ivars) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3959 llvm::SmallSetVector<ObjCIvarDecl *, 8> Ivars = ReferencedIvars[CDecl]; local
3961 if (Ivars.empty())
3965 for (ObjCIvarDecl *IvarDecl : Ivars) {
6724 ArrayRef<ObjCIvarDecl *> Ivars,
6738 for (unsigned i =0, e = Ivars.size(); i < e; i++) {
6739 ObjCIvarDecl *IvarDecl = Ivars[i];
6749 if (Ivars[i]->isBitField())
6757 if (Ivars[i]->isBitField()) {
6759 SKIP_BITFIELDS(i , e, Ivars);
6771 SmallVector<ObjCIvarDecl *, 8> Ivars; local
6721 Write_IvarOffsetVar(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCIvarDecl *> Ivars, ObjCInterfaceDecl *CDecl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2475 SmallVectorImpl<const ObjCIvarDecl*> &Ivars) const {
2477 DeepCollectObjCIvars(SuperClass, false, Ivars);
2480 Ivars.push_back(I);
2485 Ivars.push_back(Iv);
7199 SmallVector<const ObjCIvarDecl*, 32> Ivars; local
7200 DeepCollectObjCIvars(OI, true, Ivars);
7201 for (unsigned i = 0, e = Ivars.size(); i != e; ++i) {
7202 const FieldDecl *Field = Ivars[i];
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2859 auto Ivars = IvarList.beginArray(ObjCIvarTy); local
2861 auto Ivar = Ivars.beginStruct(ObjCIvarTy);
2865 Ivar.finishAndAddTo(Ivars);
2867 Ivars.finishAndAddTo(IvarList);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2283 SmallVectorImpl<const ObjCIvarDecl*> &Ivars) const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4086 SmallVectorImpl<ObjCIvarDecl*> &Ivars);

Completed in 175 milliseconds