Lines Matching defs:Loc
48 APISet::addGlobalVar(StringRef Name, StringRef USR, PresumedLoc Loc, in addGlobalVar()
58 StringRef Name, StringRef USR, PresumedLoc Loc, in addGlobalFunction()
70 StringRef USR, PresumedLoc Loc, in addEnumConstant()
85 EnumRecord *APISet::addEnum(StringRef Name, StringRef USR, PresumedLoc Loc, in addEnum()
97 StringRef USR, PresumedLoc Loc, in addStructField()
112 StructRecord *APISet::addStruct(StringRef Name, StringRef USR, PresumedLoc Loc, in addStruct()
124 StringRef Name, StringRef USR, PresumedLoc Loc, in addObjCCategory()
144 APISet::addObjCInterface(StringRef Name, StringRef USR, PresumedLoc Loc, in addObjCInterface()
158 PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, in addObjCMethod()
180 PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, in addObjCProperty()
204 PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, in addObjCInstanceVariable()
217 PresumedLoc Loc, in addObjCProtocol()
229 APISet::addMacroDefinition(StringRef Name, StringRef USR, PresumedLoc Loc, in addMacroDefinition()
238 APISet::addTypedef(StringRef Name, StringRef USR, PresumedLoc Loc, in addTypedef()