Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp780 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() argument
785 Info.addArgument(ArgArray[I]); in copyInto()
H A DASTContext.cpp5006 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 DMicrosoftDemangle.h178 std::optional<PointerAuthQualifierNode::ArgArray>
H A DMicrosoftDemangleNodes.h773 typedef std::array<uint64_t, NumArgs> ArgArray; typedef
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h762 void copyInto(const TemplateArgumentLoc *ArgArray,
H A DType.h5357 static bool containsAnyUnexpandedParameterPack(const QualType *ArgArray,
5360 if (ArgArray[Idx]->containsUnexpandedParameterPack())
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2153 std::optional<PointerAuthQualifierNode::ArgArray>
2159 PointerAuthQualifierNode::ArgArray Array; in demanglePointerAuthQualifier()
2177 std::optional<PointerAuthQualifierNode::ArgArray> Vals = in createPointerAuthQualifier()