Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp91 bool is_inline = (info_bits & 0x60) == 0; in NSStringSummaryProvider() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h431 bool is_inline = false; global() member
H A DDWARFASTParserClang.cpp3589 bool is_inline = ResolveNamespaceDIE() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1994 const bool is_inline = false; AddContextClassType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp856 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1899 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...]