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

References

tools/clang/lib/AST/ASTContext.cpp
 6357             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 6361         PType = PVDecl->getType();
 6362     } else if (PType->isFunctionType())
 6363       PType = PVDecl->getType();
 6365       getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType,
 6368       getObjCEncodingForType(PType, S);
 6370     ParmOffset += getObjCEncodingTypeSize(PType);