Home
last modified time | relevance | path

Searched defs:is_variadic (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h347 bool is_variadic, unsigned type_quals) { in CreateFunctionType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp831 bool is_variadic = false; in ParseSubroutine() local
2321 bool is_variadic = false; in ParseFunctionFromDWARF() local
2982 bool skip_artificial, bool &is_static, bool &is_variadic, in ParseChildParameters()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp601 bool is_variadic = func_sig->isCVarArgs(); in CreateLLDBTypeFromPDBType() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp1135 bool is_variadic = IsCVarArgsFunction(arg_indices); in CreateFunctionType() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp1898 bool is_variadic, unsigned type_quals, in CreateFunctionType()
7570 bool is_artificial, bool is_variadic, bool is_objc_direct_call) { in AddMethodToObjCObjectType()