Home
last modified time | relevance | path

Searched refs:getInoutParameterType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h197 QualType getInoutParameterType(QualType Ty);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3524 QualType SemaHLSL::getInoutParameterType(QualType Ty) { in getInoutParameterType() function in SemaHLSL
H A DSemaTemplateInstantiateDecl.cpp744 P->setType(S.HLSL().getInoutParameterType(P->getType())); in instantiateDependentHLSLParamModifierAttr()
H A DSemaType.cpp5684 T = S.HLSL().getInoutParameterType(T); in GetFullTypeForDeclarator()