Home
last modified time | relevance | path

Searched refs:AppendArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1374 SmallVector<OMPInteropInfo, 3> AppendArgs; in ParseOMPDeclareVariantClauses() local
1424 if (!AppendArgs.empty()) { in ParseOMPDeclareVariantClauses()
1433 IsError = parseOpenMPAppendArgs(AppendArgs); in ParseOMPDeclareVariantClauses()
1454 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()
1460 AdjustNeedDevicePtr, AdjustNeedDeviceAddr, AppendArgs, AdjustArgsLoc, in ParseOMPDeclareVariantClauses()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h853 ArrayRef<OMPInteropInfo> AppendArgs, SourceLocation AdjustArgsLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp531 SmallVector<OMPInteropInfo, 4> AppendArgs; in instantiateOMPDeclareVariantAttr() local
553 AppendArgs.emplace_back(II.IsTarget, II.IsTargetSync); in instantiateOMPDeclareVariantAttr()
558 AppendArgs, SourceLocation(), SourceLocation(), Attr.getRange()); in instantiateOMPDeclareVariantAttr()
H A DSemaOpenMP.cpp7558 ArrayRef<OMPInteropInfo> AppendArgs, SourceLocation AdjustArgsLoc, in ActOnOpenMPDeclareVariantDirective() argument
7571 if (!AllAdjustArgs.empty() || !AppendArgs.empty()) { in ActOnOpenMPDeclareVariantDirective()
7580 if (!AppendArgs.empty()) in ActOnOpenMPDeclareVariantDirective()
7622 const_cast<OMPInteropInfo *>(AppendArgs.data()), AppendArgs.size(), SR); in ActOnOpenMPDeclareVariantDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4675 VariadicOMPInteropInfoArgument<"AppendArgs">,