Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2917 auto checkCompatible = [&](unsigned paramIndex, RequiredCC required) { in checkExtParameterInfos() local
2939 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()
2949 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()
2958 checkCompatible(paramIndex, RequiredCC::OnlySwift); in checkExtParameterInfos()