Searched defs:CompleteType (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp20 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { function in class:ClangExternalASTSourceCallbacks
24 void ClangExternalASTSourceCallbacks::CompleteType( function in class:ClangExternalASTSourceCallbacks
H A DClangASTImporter.cpp506 bool ClangASTImporter::CompleteType(const CompilerType &compiler_type) { function in class:ClangASTImporter
H A DClangASTSource.cpp263 void ClangASTSource::CompleteType(TagDecl *tag_decl) { function in class:ClangASTSource
292 void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) { function in class:ClangASTSource
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp49 void ExternalASTSource::CompleteType(TagDecl *Tag) {} function in class:ExternalASTSource
51 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} function in class:ExternalASTSource
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { function in class:SymbolFileSymtab
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp138 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:MultiplexExternalSemaSource
143 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:MultiplexExternalSemaSource
H A DHLSLExternalSemaSource.cpp518 void HLSLExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:HLSLExternalSemaSource
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp212 bool SymbolFileOnDemand::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileOnDemand
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp516 bool SymbolFileCTF::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileCTF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp803 bool SymbolFileDWARFDebugMap::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileDWARFDebugMap
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp602 bool SymbolFilePDB::CompleteType(lldb_private::CompilerType &compiler_type) { function in class:SymbolFilePDB
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp422 bool PdbAstBuilder::CompleteType(clang::QualType qt) { function in class:PdbAstBuilder
H A DSymbolFileNativePDB.cpp2122 bool SymbolFileNativePDB::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileNativePDB

Completed in 305 milliseconds