Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7894 bool HasNullPtrType; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet
7914 HasNullPtrType(false), in BuiltinCandidateTypeSet()
7937 bool hasNullPtrType() const { return HasNullPtrType; } in hasNullPtrType()
8115 HasNullPtrType = true; in AddTypesConvertedFrom()