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

References

tools/clang/lib/AST/ASTContext.cpp
 6330     getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, BlockReturnTy, S,
 6333     getObjCEncodingForType(BlockReturnTy, S);
 6348   S += charUnitsToString(ParmOffset);
 6350   S += "@?0";
 6366                                       S, true /*Extended*/);
 6368       getObjCEncodingForType(PType, S);
 6369     S += charUnitsToString(ParmOffset);
 6373   return S;