Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def539 TYPE_TRAIT_2(__is_pointer_interconvertible_base_of, IsPointerInterconvertibleBaseOf, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6157 return Self.IsPointerInterconvertibleBaseOf(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaChecking.cpp13823 bool Sema::IsPointerInterconvertibleBaseOf(const TypeSourceInfo *Base, in IsPointerInterconvertibleBaseOf() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2342 bool IsPointerInterconvertibleBaseOf(const TypeSourceInfo *Base,