Home
last modified time | relevance | path

Searched refs:SetDeclIsForcefullyCompleted (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1068 bool SetDeclIsForcefullyCompleted(const clang::TagDecl *td);
DTypeSystemClang.cpp9894 ts->SetDeclIsForcefullyCompleted(td); in RequireCompleteType()
10099 bool TypeSystemClang::SetDeclIsForcefullyCompleted(const clang::TagDecl *td) { in SetDeclIsForcefullyCompleted() function in TypeSystemClang
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp227 ts->SetDeclIsForcefullyCompleted(td); in ForcefullyCompleteType()