Home
last modified time | relevance | path

Searched refs:ObjCInstanceVariableRecord (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp153 ObjCInstanceVariableRecord *APISet::addObjCInstanceVariable( in addObjCInstanceVariable()
158 ObjCInstanceVariableRecord::AccessControl Access) { in addObjCInstanceVariable()
159 auto Record = std::make_unique<ObjCInstanceVariableRecord>( in addObjCInstanceVariable()
227 void ObjCInstanceVariableRecord::anchor() {} in anchor()
H A DExtractAPIConsumer.cpp760 ObjCInstanceVariableRecord::AccessControl Access = in recordObjCInstanceVariables()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h268 struct ObjCInstanceVariableRecord : APIRecord { struct
272 ObjCInstanceVariableRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstanceVariableRecord() argument
338 SmallVector<std::unique_ptr<ObjCInstanceVariableRecord>> Ivars;
605 ObjCInstanceVariableRecord *addObjCInstanceVariable(
610 ObjCInstanceVariableRecord::AccessControl Access);