Home
last modified time | relevance | path

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

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