Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3579 IsNoEscape = 0x40,
3613 bool isNoEscape() const { return Data & IsNoEscape; }
3617 Copy.Data |= IsNoEscape;
3619 Copy.Data &= ~IsNoEscape;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9991 bool IsNoEscape = FirstNoEscape && SecondNoEscape; in mergeExtParameterInfo() local
9992 NewParamInfos.push_back(FirstParam.withIsNoEscape(IsNoEscape)); in mergeExtParameterInfo()
9995 if (FirstNoEscape != IsNoEscape) in mergeExtParameterInfo()
9997 if (SecondNoEscape != IsNoEscape) in mergeExtParameterInfo()