Home | History | Annotate | Download | only in AST

Lines Matching refs:getPointerDiffType

1500       getTypeInfo(getPointerDiffType());
3624 /// getPointerDiffType - Return the unique type for "ptrdiff_t" (C99 7.17)
3626 QualType ASTContext::getPointerDiffType() const {
7442 Type = Context.getPointerDiffType();