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.def542 TYPE_TRAIT_2(__is_pointer_interconvertible_base_of, IsPointerInterconvertibleBaseOf, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1806 return Self.IsPointerInterconvertibleBaseOf(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaChecking.cpp15255 bool Sema::IsPointerInterconvertibleBaseOf(const TypeSourceInfo *Base, in IsPointerInterconvertibleBaseOf() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2743 bool IsPointerInterconvertibleBaseOf(const TypeSourceInfo *Base,