Searched refs:ArgArray (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() argument 594 Info.addArgument(ArgArray[I]); in copyInto()
|
D | ASTContext.cpp | 3043 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/clang/include/clang/AST/ |
D | TemplateBase.h | 636 void copyInto(const TemplateArgumentLoc *ArgArray, in LLVM_ALIGNAS()
|
D | Type.h | 3197 static bool containsAnyUnexpandedParameterPack(const QualType *ArgArray, 3200 if (ArgArray[Idx]->containsUnexpandedParameterPack())
|