Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp202 ObjCInstanceVariableRecord *APISet::addObjCInstanceVariable( in addObjCInstanceVariable()
206 ObjCInstanceVariableRecord::AccessControl Access, bool IsFromSystemHeader) { in addObjCInstanceVariable()
207 auto Record = std::make_unique<ObjCInstanceVariableRecord>( in addObjCInstanceVariable()
297 void ObjCInstanceVariableRecord::anchor() {} in anchor()
H A DExtractAPIVisitor.cpp545 ObjCInstanceVariableRecord::AccessControl Access = in recordObjCInstanceVariables()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h347 struct ObjCInstanceVariableRecord : APIRecord { struct
351 ObjCInstanceVariableRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstanceVariableRecord() argument
452 SmallVector<std::unique_ptr<ObjCInstanceVariableRecord>> Ivars;
731 ObjCInstanceVariableRecord *addObjCInstanceVariable(
735 ObjCInstanceVariableRecord::AccessControl Access,