Home
last modified time | relevance | path

Searched defs:IsForcefullyCompleted (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h90 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h211 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { IsForcefullyCompleted() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp97 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9607 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { IsForcefullyCompleted() function in TypeSystemClang