Searched refs:CompleteType (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h48 using ExternalASTSource::CompleteType;
50 void CompleteType(TagDecl *Tag) override;
H A DMultiplexExternalSemaSource.h122 void CompleteType(TagDecl *Tag) override;
130 void CompleteType(ObjCInterfaceDecl *Class) override;
/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
47 CompleteType(tag_decl);
H A DClangExternalASTSourceCallbacks.h37 void CompleteType(clang::TagDecl *tag_decl) override;
39 void CompleteType(clang::ObjCInterfaceDecl *objc_decl) override;
H A DClangASTSource.h148 void CompleteType(clang::TagDecl *Tag) override;
154 void CompleteType(clang::ObjCInterfaceDecl *Class) override;
226 void CompleteType(clang::TagDecl *Tag) override {
227 return m_original.CompleteType(Tag);
230 void CompleteType(clang::ObjCInterfaceDecl *Class) override {
231 return m_original.CompleteType(Class);
H A DASTUtils.h102 void CompleteType(clang::TagDecl *Tag) override {
103 m_Source->CompleteType(Tag);
106 void CompleteType(clang::ObjCInterfaceDecl *Class) override {
107 m_Source->CompleteType(Class);
362 void CompleteType(clang::TagDecl *Tag) override {
364 S->CompleteType(Tag);
371 void CompleteType(clang::ObjCInterfaceDecl *Class) override {
373 Sources[i]->CompleteType(Class);
H A DClangASTImporter.h148 bool CompleteType(const CompilerType &compiler_type);
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
321 CompleteType(interface_decl->getSuperClass());
436 external_source->CompleteType(original_tag_decl);
/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
H A DExternalASTMerger.cpp305 void ExternalASTMerger::CompleteType(TagDecl *Tag) {
311 SourceTag->getASTContext().getExternalSource()->CompleteType(SourceTag);
322 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) {
330 SourceInterface->getASTContext().getExternalSource()->CompleteType(
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h153 void CompleteType(TagDecl *Tag) override;
156 void CompleteType(ObjCInterfaceDecl *Interface) override;
H A DExternalASTSource.h203 virtual void CompleteType(TagDecl *Tag);
211 virtual void CompleteType(ObjCInterfaceDecl *Class);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp138 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:MultiplexExternalSemaSource
140 Sources[i]->CompleteType(Tag);
143 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:MultiplexExternalSemaSource
145 Sources[i]->CompleteType(Class);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h78 bool CompleteType(lldb_private::CompilerType &compiler_type) override;
H A DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { function in class:SymbolFileSymtab
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h91 bool CompleteType(CompilerType &compiler_type) override { return false; }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp70 void CompleteType(clang::TagDecl *tag_decl) override {
76 "AppleObjCExternalASTSource::CompleteType on "
86 void CompleteType(clang::ObjCInterfaceDecl *interface_decl) override {
93 "AppleObjCExternalASTSource::CompleteType on "
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h79 bool CompleteType(clang::QualType qt);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h102 bool CompleteType(CompilerType &compiler_type) override { return false; }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h96 bool CompleteType(CompilerType &compiler_type) override;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h104 bool CompleteType(lldb_private::CompilerType &compiler_type) override;
H A DSymbolFile.h226 virtual bool CompleteType(CompilerType &compiler_type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp212 bool SymbolFileOnDemand::CompleteType(CompilerType &compiler_type) { function in class:SymbolFileOnDemand
218 return m_sym_file_impl->CompleteType(compiler_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h91 bool CompleteType(lldb_private::CompilerType &compiler_type) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h100 bool CompleteType(CompilerType &compiler_type) override;

Completed in 299 milliseconds

12