Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp460 ObjCInstanceVariableRecord *APISet::addObjCInstanceVariable( in addObjCInstanceVariable()
464 ObjCInstanceVariableRecord::AccessControl Access, bool IsFromSystemHeader) { in addObjCInstanceVariable()
465 auto Record = std::make_unique<ObjCInstanceVariableRecord>( in addObjCInstanceVariable()
559 void ObjCInstanceVariableRecord::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h780 struct ObjCInstanceVariableRecord : APIRecord { struct
784 ObjCInstanceVariableRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstanceVariableRecord() argument
905 SmallVector<std::unique_ptr<ObjCInstanceVariableRecord>> Ivars;
1465 ObjCInstanceVariableRecord *addObjCInstanceVariable(
1469 ObjCInstanceVariableRecord::AccessControl Access,
H A DExtractAPIVisitor.h1385 ObjCInstanceVariableRecord::AccessControl Access = in recordObjCInstanceVariables()