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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h82 bool IsBeingDefined() const;
H A DTypeSystem.h403 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h481 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp250 bool CompilerType::IsBeingDefined() const { function in class:CompilerType
253 return m_type_system->IsBeingDefined(m_type);
H A DClangASTContext.cpp3445 bool ClangASTContext::IsBeingDefined(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1345 uint64_t IsBeingDefined : 1;
H A DDecl.h3276 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }
3344 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1028 if (class_opaque_type.IsBeingDefined() || alternate_defn) {

Completed in 225 milliseconds