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

  /src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h 429 llvm::Optional<bool> isNoEscape() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 872 if (EPI.isNoEscape())
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)
ItaniumMangle.cpp 3145 if (PI.isNoEscape())
  /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/CodeGen/
CGCall.cpp 2510 if (FI.getExtParameterInfo(ArgNo).isNoEscape())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 16969 if (OldFT->getExtParameterInfo(I).isNoEscape() &&
16970 !NewFT->getExtParameterInfo(I).isNoEscape()) {
SemaExpr.cpp 5928 if (Proto->getExtParameterInfo(i).isNoEscape() &&

Completed in 66 milliseconds