reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Index/USRGeneration.h
   54 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);

References

tools/clang/lib/Index/USRGeneration.cpp
  155     generateUSRForObjCProperty(prop, isClassProp, Out);
tools/clang/tools/libclang/CIndexUSRs.cpp
  137   generateUSRForObjCProperty(property, /*isClassProp=*/false, OS);