Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h56 bool IsInstanceProperty, const ObjCPropertyInfo &Info,
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp441 StringRef SetterName, bool IsOptional, bool IsInstanceProperty, in addObjCProperty() argument
444 if (IsInstanceProperty) in addObjCProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1300 bool IsInstanceProperty, in addObjCProperty() argument
1305 ->ObjCProperties[std::make_tuple(CtxID.Value, NameID, IsInstanceProperty)] in addObjCProperty()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1457 bool IsInstanceProperty, bool IsFromSystemHeader);