Lines Matching refs:recordUSR
264 StringRef USR = API.recordUSR(Decl); in VisitVarDecl()
325 StringRef USR = API.recordUSR(Decl); in VisitFunctionDecl()
366 StringRef USR = API.recordUSR(Decl); in VisitEnumDecl()
407 StringRef USR = API.recordUSR(Decl); in VisitRecordDecl()
441 StringRef USR = API.recordUSR(Decl); in VisitObjCInterfaceDecl()
461 SuperClass.USR = API.recordUSR(SuperClassDecl); in VisitObjCInterfaceDecl()
488 StringRef USR = API.recordUSR(Decl); in VisitObjCProtocolDecl()
528 StringRef USR = API.recordUSR(Decl); in VisitTypedefNameDecl()
549 StringRef USR = API.recordUSR(Decl); in VisitObjCCategoryDecl()
565 API.recordUSR(InterfaceDecl)); in VisitObjCCategoryDecl()
618 StringRef USR = API.recordUSR(Constant); in recordEnumConstants()
645 StringRef USR = API.recordUSR(Field); in recordStructFields()
675 StringRef USR = API.recordUSR(Method); in recordObjCMethods()
702 StringRef USR = API.recordUSR(Property); in recordObjCProperties()
745 StringRef USR = API.recordUSR(Ivar); in recordObjCInstanceVariables()
772 API.recordUSR(Protocol)); in recordObjCProtocols()