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.h491 bool is_objc_direct_call = false; member
H A DDWARFASTParserClang.cpp401 is_objc_direct_call = true; in ParsedDWARFTypeAttributes()
1024 attrs.is_artificial, is_variadic, attrs.is_objc_direct_call); in ParseObjCMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1016 bool is_variadic, bool is_objc_direct_call);
H A DTypeSystemClang.cpp8197 bool is_objc_direct_call) { in AddMethodToObjCObjectType() argument
8307 if (is_objc_direct_call) { in AddMethodToObjCObjectType()