Searched defs:is_inline (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSString.cpp | 91 bool is_inline = (info_bits & 0x60) == 0; in NSStringSummaryProvider() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 487 bool is_inline = false; member
|
H A D | DWARFASTParserClang.cpp | 3519 bool is_inline = in ResolveNamespaceDIE() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 855 CreateFunctionDecl(PdbCompilandSymId func_id,llvm::StringRef func_name,TypeIndex func_ti,CompilerType func_ct,uint32_t param_count,clang::StorageClass func_storage,bool is_inline,clang::DeclContext * parent) CreateFunctionDecl() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1989 const bool is_inline = false; in AddContextClassType() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1851 OptionalClangModuleID owning_module, bool is_inline) { in GetUniqueNamespaceDeclaration() 2135 clang::StorageClass storage, bool is_inline) { in CreateFunctionDeclaration() 7715 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, in AddMethodToCXXRecordType()
|