Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr()
202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
H A DExprCXX.h394 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 DExprObjC.h1656 ObjCBridgedCastExpr(EmptyShell Shell) ObjCBridgedCastExpr() argument
1710 ObjCAvailabilityCheckExpr(EmptyShell Shell) ObjCAvailabilityCheckExpr() argument
H A DExpr.h2686 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 DArgs.cpp402 for (const auto &Shell : g_Shells) { GetShellSafeArgument() local
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp384 Status AdbClient::Shell(const char *command, milliseconds timeout, Shell() function in AdbClient