Searched refs:ArgArray (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 780 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() argument 785 Info.addArgument(ArgArray[I]); in copyInto()
|
| H A D | ASTContext.cpp | 5006 QualType ResultTy, ArrayRef<QualType> ArgArray, in getFunctionTypeInternal() argument 5008 size_t NumArgs = ArgArray.size(); in getFunctionTypeInternal() 5013 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI, in getFunctionTypeInternal() 5048 if (!ArgArray[i].isCanonicalAsParam()) in getFunctionTypeInternal() 5062 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionTypeInternal() 5141 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionTypeInternal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 178 std::optional<PointerAuthQualifierNode::ArgArray>
|
| H A D | MicrosoftDemangleNodes.h | 773 typedef std::array<uint64_t, NumArgs> ArgArray; typedef
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 762 void copyInto(const TemplateArgumentLoc *ArgArray,
|
| H A D | Type.h | 5357 static bool containsAnyUnexpandedParameterPack(const QualType *ArgArray, 5360 if (ArgArray[Idx]->containsUnexpandedParameterPack())
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 2153 std::optional<PointerAuthQualifierNode::ArgArray> 2159 PointerAuthQualifierNode::ArgArray Array; in demanglePointerAuthQualifier() 2177 std::optional<PointerAuthQualifierNode::ArgArray> Vals = in createPointerAuthQualifier()
|