Home
last modified time | relevance | path

Searched defs:is_inline (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/examples/summaries/cocoa/
H A DCFString.py328 def is_inline(self): member in CFStringSynthProvider
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp91 bool is_inline = (info_bits & 0x60) == 0; in NSStringSummaryProvider() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h482 bool is_inline = false; global() member
H A DDWARFASTParserClang.cpp3541 bool is_inline = ResolveNamespaceDIE() local
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp859 bool is_inline = false; TEST_F() local
891 bool is_inline = false; TEST_F() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1989 const bool is_inline = false; in AddContextClassType() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp856 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl() argument
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1851 OptionalClangModuleID owning_module, bool is_inline) { in GetUniqueNamespaceDeclaration() argument
2135 clang::StorageClass storage, bool is_inline) { in CreateFunctionDeclaration() argument
7715 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type,llvm::StringRef name,const char * mangled_name,const CompilerType & method_clang_type,lldb::AccessType access,bool is_virtual,bool is_static,bool is_inline,bool is_explicit,bool is_attr_used,bool is_artificial) AddMethodToCXXRecordType() argument
[all...]