Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
|
H A D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 1026 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument 1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument 2197 CXXScalarValueInitExpr(EmptyShell Shell) CXXScalarValueInitExpr() argument 2520 CXXDeleteExpr(EmptyShell Shell) CXXDeleteExpr() argument 2657 CXXPseudoDestructorExpr(EmptyShell Shell) CXXPseudoDestructorExpr() argument [all...] |
H A D | ExprObjC.h | 1656 ObjCBridgedCastExpr(EmptyShell Shell) ObjCBridgedCastExpr() argument 1710 ObjCAvailabilityCheckExpr(EmptyShell Shell) ObjCAvailabilityCheckExpr() argument
|
H A D | Expr.h | 2686 ArraySubscriptExpr(EmptyShell Shell) ArraySubscriptExpr() argument 2764 MatrixSubscriptExpr(EmptyShell Shell) MatrixSubscriptExpr() argument 3673 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument 3750 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument 3791 CStyleCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CStyleCastExpr() argument 6949 ArraySectionExpr(EmptyShell Shell) ArraySectionExpr() argument [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 402 for (const auto &Shell : g_Shells) { GetShellSafeArgument() local
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 384 Status AdbClient::Shell(const char *command, milliseconds timeout, Shell() function in AdbClient
|