Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10907 bool FirstNoEscape = FirstParam.isNoEscape(); in mergeExtParameterInfo() local
10909 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo()
10913 if (FirstNoEscape != IsNoEscape) in mergeExtParameterInfo()