Searched defs:getPointerDiffType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp1899 return getPreferredTypeAlign(getPointerDiffType().getTypePtr());
4101 /// getPointerDiffType - Return the unique type for "ptrdiff_t" (C99 7.17)
4103 QualType ASTContext::getPointerDiffType() const { function in class:ASTContext
8126 Type = Context.getPointerDiffType();

Completed in 68 milliseconds