Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h429 llvm::Optional<bool> isNoEscape() const { in isNoEscape() function
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp869 if (EPI.isNoEscape()) in printFunctionProtoAfter()
DItaniumMangle.cpp2933 if (PI.isNoEscape()) in mangleExtParameterInfo()
DASTContext.cpp9875 bool FirstNoEscape = FirstParam.isNoEscape(); in mergeExtParameterInfo()
9876 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/external/llvm-project/clang/include/clang/AST/
DType.h3602 bool isNoEscape() const { return Data & IsNoEscape; }
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2333 if (FI.getExtParameterInfo(ArgNo).isNoEscape()) in ConstructAttributeList()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp16893 if (OldFT->getExtParameterInfo(I).isNoEscape() && in CheckOverridingFunctionAttributes()
16894 !NewFT->getExtParameterInfo(I).isNoEscape()) { in CheckOverridingFunctionAttributes()
DSemaExpr.cpp5894 if (Proto->getExtParameterInfo(i).isNoEscape()) in GatherArgumentsForCall()