Home
last modified time | relevance | path

Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp250 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType
253 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
HDClangASTContext.cpp3445 bool ClangASTContext::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h82 bool IsBeingDefined() const;
HDTypeSystem.h403 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h481 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1345 uint64_t IsBeingDefined : 1; variable
HDDecl.h3276 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }
3344 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1028 if (class_opaque_type.IsBeingDefined() || alternate_defn) { in ParseSubroutine()