Home | History | Annotate | Download | only in libclang

Lines Matching full:generate

104   /// Generate the string component containing the location of the
109 /// and from other clients that want to directly generate USRs. These
114 /// Generate a USR for an Objective-C class.
116 /// Generate a USR for an Objective-C class category.
118 /// Generate a USR fragment for an Objective-C instance variable. The
122 /// Generate a USR fragment for an Objective-C method.
124 /// Generate a USR fragment for an Objective-C property.
126 /// Generate a USR for an Objective-C protocol.
236 // In this case, don't generate a USR.
244 // to check the storage class to correctly generate the USR.
256 // In this case, don't generate a USR.
335 // FIXME: We should be able to generate this USR even if the
357 // FIXME: We should be able to generate this USR even if the
799 // Don't generate USRs for things with invalid locations.
807 // Generate USRs for all entities with external linkage.