Home
last modified time | relevance | path

Searched defs:IsInOut (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3473 bool IsInOut = Attr->getABI() == ParameterABI::HLSLInOut; in ActOnOutParamExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7261 bool IsInOut; variable
7264 Expr *WB, bool IsInOut) in HLSLOutArgExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5418 bool IsInOut) { in Create()