Home
last modified time | relevance | path

Searched refs:HLSLOut (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h402 HLSLOut, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h402 return ParameterABI::HLSLOut; in getABI()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp741 case ParameterABI::HLSLOut: in AddParameterABIAttr()
H A DSemaType.cpp2605 case ParameterABI::HLSLOut: in checkExtParameterInfos()
H A DSemaOverload.cpp7274 if (ParamABI == ParameterABI::HLSLOut || in AddOverloadCandidate()
H A DSemaExpr.cpp6058 if ((Proto->getExtParameterInfo(i).getABI() == ParameterABI::HLSLOut || in GatherArgumentsForCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp943 case ParameterABI::HLSLOut: in getParameterABISpelling()
969 if (ABI == ParameterABI::HLSLInOut || ABI == ParameterABI::HLSLOut) { in printFunctionProtoAfter()
H A DItaniumMangle.cpp3682 case ParameterABI::HLSLOut: in mangleExtParameterInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2940 case ParameterABI::HLSLOut: in ConstructAttributeList()