Searched defs:is_inline (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 431 bool is_inline = false; global() member
|
H A D | DWARFASTParserClang.cpp | 3589 bool is_inline = ResolveNamespaceDIE() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1994 const bool is_inline = false; AddContextClassType() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 856 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1899 GetUniqueNamespaceDeclaration(const char * name,clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,bool is_inline) GetUniqueNamespaceDeclaration() argument 2183 CreateFunctionDeclaration(clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,llvm::StringRef name,const CompilerType & function_clang_type,clang::StorageClass storage,bool is_inline) CreateFunctionDeclaration() argument 7556 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...] |