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.cpp12004 bool FirstNoEscape = FirstParam.isNoEscape(); in mergeExtParameterInfo() local
12006 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo()
12010 if (FirstNoEscape != IsNoEscape) in mergeExtParameterInfo()