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

References

tools/clang/lib/AST/ASTContext.cpp
 6400             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 6404         PType = PVDecl->getType();
 6405     } else if (PType->isFunctionType())
 6406       PType = PVDecl->getType();
 6407     getObjCEncodingForType(PType, S);
 6409     ParmOffset += getObjCEncodingTypeSize(PType);