Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10169 bool canUseLeft, canUseRight; in mergeFunctionTypes() local
10170 if (!mergeExtParameterInfo(lproto, rproto, canUseLeft, canUseRight, in mergeFunctionTypes()
10174 if (!canUseLeft) in mergeFunctionTypes()