Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp9876 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo() local
9877 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo()
9883 if (SecondNoEscape != IsNoEscape) in mergeExtParameterInfo()