Searched defs:is_inline (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | CFString.py | 328 def is_inline(self): member in CFStringSynthProvider
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSString.cpp | 91 bool is_inline = (info_bits & 0x60) == 0; in NSStringSummaryProvider() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 482 bool is_inline = false; global() member
|
H A D | DWARFASTParserClang.cpp | 3541 bool is_inline = ResolveNamespaceDIE() local
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 859 bool is_inline = false; TEST_F() local 891 bool is_inline = false; TEST_F() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1989 const bool is_inline = false; in AddContextClassType() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 856 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1851 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...] |