Home
last modified time | relevance | path

Searched refs:is_objc_direct_call (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h237 bool is_objc_direct_call = false; member
DDWARFASTParserClang.cpp414 is_objc_direct_call = true; in ParsedDWARFTypeAttributes()
995 attrs.is_objc_direct_call); in ParseSubroutine()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h915 bool is_artificial, bool is_variadic, bool is_objc_direct_call);
DTypeSystemClang.cpp7856 bool is_artificial, bool is_variadic, bool is_objc_direct_call) { in AddMethodToObjCObjectType() argument
7965 if (is_objc_direct_call) { in AddMethodToObjCObjectType()