HomeSort by: relevance | last modified time | path
    Searched refs:IsNoEscape (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3579 IsNoEscape = 0x40,
3613 bool isNoEscape() const { return Data & IsNoEscape; }
3617 Copy.Data |= IsNoEscape;
3619 Copy.Data &= ~IsNoEscape;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9989 bool FirstNoEscape = FirstParam.isNoEscape();
9990 bool SecondNoEscape = SecondParam.isNoEscape();
9991 bool IsNoEscape = FirstNoEscape && SecondNoEscape;
9992 NewParamInfos.push_back(FirstParam.withIsNoEscape(IsNoEscape));
9995 if (FirstNoEscape != IsNoEscape)
9997 if (SecondNoEscape != IsNoEscape)

Completed in 38 milliseconds