Searched refs:is_variadic (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h351 bool is_variadic,
358 bool is_variadic,
365 is_variadic,
355 CreateFunctionType(const ClangASTType &result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h367 bool &is_variadic,
H A DSymbolFileDWARF.cpp4202 bool &is_variadic,
4355 is_variadic = true;
6451 bool is_variadic = false; local
6597 is_variadic,
6609 is_variadic,
4196 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1965 bool is_variadic,
1975 proto_info.Variadic = is_variadic;
1961 CreateFunctionType(ASTContext *ast, const ClangASTType& result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
H A DClangASTType.cpp5132 bool is_variadic = false;
5150 is_variadic,

Completed in 170 milliseconds