Searched defs:CompleteType (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp16 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { function in class:ClangExternalASTSourceCallbacks
20 void ClangExternalASTSourceCallbacks::CompleteType( function in class:ClangExternalASTSourceCallbacks
H A DClangASTImporter.cpp501 bool ClangASTImporter::CompleteType(const CompilerType &compiler_type) { function in class:ClangASTImporter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp243 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { function in class:SymbolFileSymtab
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp588 bool SymbolFilePDB::CompleteType(lldb_private::CompilerType &compiler_type) { function in class:SymbolFilePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1553 bool SymbolFileNativePDB::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileNativePDB
H A DPdbAstBuilder.cpp636 bool PdbAstBuilder::CompleteType(clang::QualType qt) { function in class:PdbAstBuilder
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp742 bool SymbolFileDWARFDebugMap::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileDWARFDebugMap
H A DSymbolFileDWARF.cpp1406 bool SymbolFileDWARF::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileDWARF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp196 void ClangASTSource::CompleteType(TagDecl *tag_decl) { function in class:ClangASTSource
335 void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) { function in class:ClangASTSource
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp133 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:MultiplexExternalSemaSource
138 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:MultiplexExternalSemaSource
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp62 void ExternalASTSource::CompleteType(TagDecl *Tag) {} function in class:ExternalASTSource
64 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} function in class:ExternalASTSource

Completed in 187 milliseconds