Searched refs:IsBeingDefined (Results 1 – 11 of 11) sorted by relevance
85 bool IsBeingDefined() const;
420 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
250 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType253 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
2745 unsigned IsBeingDefined : 1;2811 TagDeclKind(TK), IsCompleteDefinition(false), IsBeingDefined(false), in TagDecl()2883 return IsBeingDefined; in isBeingDefined()
563 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
3613 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
1375 uint64_t IsBeingDefined : 1; variable
3326 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3394 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
3544 IsBeingDefined = true; in startDefinition()3560 IsBeingDefined = false; in completeDefinition()
117 R->IsBeingDefined = true; in CreateLambda()
1085 if (class_opaque_type.IsBeingDefined() || alternate_defn) { in ParseSubroutine()