Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2509 void UnwrapSimilarArrayTypes(QualType &T1, QualType &T2);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp610 Context.UnwrapSimilarArrayTypes(T1, T2); in unwrapCastAwayConstnessLevel()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5786 void ASTContext::UnwrapSimilarArrayTypes(QualType &T1, QualType &T2) { in UnwrapSimilarArrayTypes() function in ASTContext
5825 UnwrapSimilarArrayTypes(T1, T2); in UnwrapSimilarTypes()