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

/external/clang/include/clang/AST/
H A DASTContext.h688 CanQualType VoidPtrTy, NullPtrTy; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaOverload.cpp6851 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); local
6852 if (AddedTypes.insert(NullPtrTy) &&
6853 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
6854 NullPtrTy))) {
6855 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };

Completed in 75 milliseconds