Home
last modified time | relevance | path

Searched refs:HasNullPtrType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8398 bool HasNullPtrType; member in __anon2e1ecc911211::BuiltinCandidateTypeSet
8418 HasNullPtrType(false), in BuiltinCandidateTypeSet()
8442 bool hasNullPtrType() const { return HasNullPtrType; } in hasNullPtrType()
8623 HasNullPtrType = true; in AddTypesConvertedFrom()
H A DSemaChecking.cpp10624 bool HasNullPtrType = NewE->getType()->isNullPtrType(); in DiagnoseNullConversion() local
10625 if (!IsGNUNullExpr && !HasNullPtrType) in DiagnoseNullConversion()
10654 << HasNullPtrType << T << SourceRange(CC) in DiagnoseNullConversion()