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

/external/clang/lib/AST/
H A DASTContext.cpp3863 /// getPointerDiffType - Return the unique type for "ptrdiff_t" (C99 7.17)
3865 QualType ASTContext::getPointerDiffType() const { function in class:ASTContext
7629 Type = Context.getPointerDiffType();

Completed in 237 milliseconds