Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10800 bool FirstNoEscape = FirstParam.isNoEscape(); in mergeExtParameterInfo() local
10802 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo()
10806 if (FirstNoEscape != IsNoEscape) in mergeExtParameterInfo()