Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8691 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local
8726 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()
8727 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()