Home
last modified time | relevance | path

Searched refs:BaseLValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7254 BaseLValue, enumerator
7267 SubExprs[BaseLValue] = B; in HLSLOutArgExpr()
7283 return cast<OpaqueValueExpr>(SubExprs[BaseLValue]); in getOpaqueArgLValue()
7286 return cast<OpaqueValueExpr>(SubExprs[BaseLValue]); in getOpaqueArgLValue()
7312 return SubExprs[BaseLValue]->getBeginLoc(); in getBeginLoc()
7316 return SubExprs[BaseLValue]->getEndLoc(); in getEndLoc()
7325 return child_range(&SubExprs[BaseLValue], &SubExprs[NumSubExprs]); in children()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2949 S->SubExprs[HLSLOutArgExpr::BaseLValue] = Record.readSubExpr(); in VisitHLSLOutArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp966 LValue BaseLValue = in adjustPrivateAddress() local
971 SharedAddr.getElementType(), BaseLValue.getPointer(CGF), in adjustPrivateAddress()