Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h564 bool is_objc_direct_call = false; member
H A DDWARFASTParserClang.cpp491 is_objc_direct_call = true; in ParsedDWARFTypeAttributes()
1112 attrs.is_artificial, is_variadic, attrs.is_objc_direct_call); in ParseObjCMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1040 bool is_variadic, bool is_objc_direct_call);
H A DTypeSystemClang.cpp8124 bool is_objc_direct_call) { in AddMethodToObjCObjectType() argument
8233 if (is_objc_direct_call) { in AddMethodToObjCObjectType()