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

References

tools/clang/lib/AST/ASTContext.cpp
 6471             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 6475         PType = PVDecl->getType();
 6476     } else if (PType->isFunctionType())
 6477       PType = PVDecl->getType();
 6479                                       PType, S, Extended);
 6481     ParmOffset += getObjCEncodingTypeSize(PType);