Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9051 bool FirstNoEscape = FirstParam.isNoEscape(); in mergeExtParameterInfo() local
9053 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo()
9057 if (FirstNoEscape != IsNoEscape) in mergeExtParameterInfo()