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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1808   void getObjCEncodingForPropertyType(QualType T, std::string &S) const;

References

tools/clang/lib/AST/ASTContext.cpp
 6552   getObjCEncodingForPropertyType(PD->getType(), S);