Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8019 bool HasNullPtrType; member in __anona0c7ad680b11::BuiltinCandidateTypeSet
8039 HasNullPtrType(false), in BuiltinCandidateTypeSet()
8062 bool hasNullPtrType() const { return HasNullPtrType; } in hasNullPtrType()
8240 HasNullPtrType = true; in AddTypesConvertedFrom()
H A DSemaChecking.cpp13678 bool HasNullPtrType = NewE->getType()->isNullPtrType(); in DiagnoseNullConversion() local
13679 if (!IsGNUNullExpr && !HasNullPtrType) in DiagnoseNullConversion()
13708 << HasNullPtrType << T << SourceRange(CC) in DiagnoseNullConversion()