Home
last modified time | relevance | path

Searched defs:arg_type (Results 1 – 18 of 18) sorted by relevance

/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp396 AddSimpleArgumentList(CommandArgumentType arg_type,ArgumentRepetitionType repetition_type) AddSimpleArgumentList() argument
424 FindArgumentDataByType(CommandArgumentType arg_type) FindArgumentDataByType() argument
432 GetArgumentHelp(Stream & str,CommandArgumentType arg_type,CommandInterpreter & interpreter) GetArgumentHelp() argument
481 GetArgumentName(CommandArgumentType arg_type) GetArgumentName() argument
744 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type) GetArgumentTypeAsCString() argument
751 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type) GetArgumentDescriptionAsCString() argument
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h84 lldb::CommandArgumentType arg_type; global() member
94 lldb::CommandArgumentType arg_type; global() member
103 : arg_type(type), arg_repetition(repetition), arg_type() function
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py163 determine_completion(cls, arg_type) global() argument
284 make_argument_element(self, arg_type, repeat = "optional", groups = None) global() argument
/llvm-project/libc/src/stdio/scanf_core/
H A Dparser.h24 GET_ARG_VAL_SIMPLEST(arg_type,index) global() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp174 const CommandArgumentType arg_type = in DoExecute() local
H A DCommandObjectCommands.cpp1749 CommandArgumentType arg_type = eArgTypeNone; CommandObjectScriptingObjectParsed() local
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp275 CompilerType arg_type = type.GetTypeTemplateArgument(0); in LibcxxStdVectorSyntheticFrontEndCreator() local
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp102 mutable TypeID const* arg_type; member
143 mutable TypeID const* arg_type; member
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp87 mutable TypeID const* arg_type; member
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp521 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
529 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp482 if (Type *arg_type = ResolveTypeUID(arg)) CreateFunction() local
804 Type *arg_type = ResolveTypeUID(arg_uid); ParseFunctions() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp627 lldb_private::Type *arg_type = in CreateLLDBTypeFromPDBType() local
966 Type *arg_type = symbol_file->ResolveTypeUID(arg->getTypeId()); in GetDeclForSymbol() local
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp364 clang::QualType arg_type = BuildMethod() local
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp1063 CXType arg_type = clang_getArgType(clang_getCursorType(cursor), 0); in TEST_F() local
1094 CXType arg_type = clang_getArgType(clang_getCursorType(cursor), 0); in TEST_F() local
/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc240 string arg_type; in print_callback() local
H A Dcpp.cc53 std::string arg_type; in set_class_construction_types() local
H A Dtemplate_cpp.cc2690 auto arg_type = plain_type(callback->getArgType(0)); in callback_name() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1203 clang::QualType arg_type = GetOrCreateType(arg_index); in CreateFunctionType() local