Searched refs:CompleteAndFetchChildren (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h156 bool CompleteAndFetchChildren(clang::QualType type);
H A DClangASTImporter.cpp447 return CompleteAndFetchChildren(qual_type);
456 return CompleteAndFetchChildren(qual_type);
471 return CompleteAndFetchChildren(qual_type);
615 bool ClangASTImporter::CompleteAndFetchChildren(clang::QualType type) { function in class:ClangASTImporter

Completed in 118 milliseconds