Home
last modified time | relevance | path

Searched defs:CompleteTagDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp546 bool ClangASTImporter::CompleteTagDecl(clang::TagDecl *decl) { in CompleteTagDecl() function in ClangASTImporter
H A DClangASTContext.cpp9857 void ClangASTContext::CompleteTagDecl(void *baton, clang::TagDecl *decl) { in CompleteTagDecl() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp645 bool PdbAstBuilder::CompleteTagDecl(clang::TagDecl &tag) { in CompleteTagDecl() function in PdbAstBuilder