Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h715 ExtParameterInfo getExtParameterInfo(unsigned argIndex) const { in getExtParameterInfo() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp2476 switch (FI.getExtParameterInfo(ArgNo).getABI()) { in ConstructAttributeList()
2510 if (FI.getExtParameterInfo(ArgNo).isNoEscape()) in ConstructAttributeList()
2812 if (FI.getExtParameterInfo(ArgNo).getABI() in EmitFunctionProlog()
4886 if (CallInfo.getExtParameterInfo(ArgNo).getABI() in EmitCall()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp870 auto EPI = T->getExtParameterInfo(i); in printFunctionProtoAfter()
H A DASTContext.cpp9981 FirstParam = FirstFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
9983 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
H A DItaniumMangle.cpp3244 mangleExtParameterInfo(Proto->getExtParameterInfo(I)); in mangleBareFunctionType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4300 ExtParameterInfo getExtParameterInfo(unsigned I) const {
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16969 if (OldFT->getExtParameterInfo(I).isNoEscape() && in CheckOverridingFunctionAttributes()
16970 !NewFT->getExtParameterInfo(I).isNoEscape()) { in CheckOverridingFunctionAttributes()
H A DSemaExpr.cpp5928 if (Proto->getExtParameterInfo(i).isNoEscape() && in GatherArgumentsForCall()