Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTemplateBase.cpp589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() argument
594 Info.addArgument(ArgArray[I]); in copyInto()
DASTContext.cpp3043 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, in getFunctionType() argument
3045 size_t NumArgs = ArgArray.size(); in getFunctionType()
3050 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI, in getFunctionType()
3063 if (!ArgArray[i].isCanonicalAsParam()) in getFunctionType()
3073 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionType()
3122 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionType()
/external/llvm-project/clang/lib/AST/
DTemplateBase.cpp585 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() argument
590 Info.addArgument(ArgArray[I]); in copyInto()
DASTContext.cpp4176 QualType ResultTy, ArrayRef<QualType> ArgArray, in getFunctionTypeInternal() argument
4178 size_t NumArgs = ArgArray.size(); in getFunctionTypeInternal()
4183 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI, in getFunctionTypeInternal()
4218 if (!ArgArray[i].isCanonicalAsParam()) in getFunctionTypeInternal()
4232 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionTypeInternal()
4309 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionTypeInternal()
/external/clang/include/clang/AST/
DTemplateBase.h636 void copyInto(const TemplateArgumentLoc *ArgArray, in LLVM_ALIGNAS()
DType.h3197 static bool containsAnyUnexpandedParameterPack(const QualType *ArgArray,
3200 if (ArgArray[Idx]->containsUnexpandedParameterPack())
/external/llvm-project/clang/include/clang/AST/
DTemplateBase.h686 void copyInto(const TemplateArgumentLoc *ArgArray,
DType.h4012 static bool containsAnyUnexpandedParameterPack(const QualType *ArgArray,
4015 if (ArgArray[Idx]->containsUnexpandedParameterPack())