Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9349 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local
9391 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()
9392 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()