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

/external/clang/include/clang/AST/
H A DASTContext.h785 CanQualType VoidPtrTy, NullPtrTy; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaOverload.cpp7350 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); local
7351 if (AddedTypes.insert(NullPtrTy) &&
7352 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
7353 NullPtrTy))) {
7354 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };

Completed in 167 milliseconds