Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10410 bool canUseLeft, canUseRight; in mergeFunctionTypes() local
10411 if (!mergeExtParameterInfo(lproto, rproto, canUseLeft, canUseRight, in mergeFunctionTypes()
10415 if (!canUseLeft) in mergeFunctionTypes()