Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7809 bool HasNullPtrType; member in __anon041893450b11::BuiltinCandidateTypeSet
7829 HasNullPtrType(false), in BuiltinCandidateTypeSet()
7852 bool hasNullPtrType() const { return HasNullPtrType; } in hasNullPtrType()
8030 HasNullPtrType = true; in AddTypesConvertedFrom()