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

/external/clang/lib/AST/
H A DExternalASTSource.cpp31 void ExternalASTSource::CompleteType(TagDecl *Tag) {} function in class:ExternalASTSource
33 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} function in class:ExternalASTSource
H A DRecordLayoutBuilder.cpp2872 getExternalSource()->CompleteType(const_cast<RecordDecl*>(D));
3023 getExternalSource()->CompleteType(const_cast<ObjCInterfaceDecl*>(D));
H A DDeclObjC.cpp1187 getASTContext().getExternalSource()->CompleteType(
H A DASTImporter.cpp2555 FoundRecord->getASTContext().getExternalSource()->CompleteType(FoundRecord);
2557 D->getASTContext().getExternalSource()->CompleteType(D);
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp131 ClangExternalASTSourceCallbacks::CompleteType (TagDecl *tag_decl) function in class:ClangExternalASTSourceCallbacks
138 ClangExternalASTSourceCallbacks::CompleteType (ObjCInterfaceDecl *objc_decl) function in class:ClangExternalASTSourceCallbacks
H A DClangASTContext.cpp2167 ast_source->CompleteType(tag_decl);
2179 ast_source->CompleteType(objc_interface_decl);
H A DClangASTType.cpp94 external_ast_source->CompleteType(tag_decl);
130 external_ast_source->CompleteType (class_interface_decl);
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h173 CompleteType (clang::TagDecl *Tag);
182 CompleteType (clang::ObjCInterfaceDecl *Class);
269 CompleteType (clang::TagDecl *Tag) function in class:lldb_private::ClangASTSource::ClangASTSourceProxy
271 return m_original.CompleteType(Tag);
275 CompleteType (clang::ObjCInterfaceDecl *Class) function in class:lldb_private::ClangASTSource::ClangASTSourceProxy
277 return m_original.CompleteType(Class);
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp54 void CompleteType(TagDecl *Tag) override;
55 void CompleteType(ObjCInterfaceDecl *Class) override;
251 void ChainedIncludesSource::CompleteType(TagDecl *Tag) { function in class:ChainedIncludesSource
252 return getFinalReader().CompleteType(Tag);
254 void ChainedIncludesSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:ChainedIncludesSource
255 return getFinalReader().CompleteType(Class);
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h120 CompleteType (clang::TagDecl *tag_decl);
123 CompleteType (clang::ObjCInterfaceDecl *objc_decl);
/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h137 void CompleteType(TagDecl *Tag) override;
145 void CompleteType(ObjCInterfaceDecl *Class) override;
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp129 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:MultiplexExternalSemaSource
131 Sources[i]->CompleteType(Tag);
134 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:MultiplexExternalSemaSource
136 Sources[i]->CompleteType(Class);
H A DSemaType.cpp5268 Source->CompleteType(Tag->getDecl());
5270 Source->CompleteType(IFace->getDecl());
/external/clang/include/clang/AST/
H A DExternalASTSource.h203 virtual void CompleteType(TagDecl *Tag);
211 virtual void CompleteType(ObjCInterfaceDecl *Class);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp83 CompleteType (clang::TagDecl *tag_decl) function in class:lldb_private::AppleObjCExternalASTSource
92 log->Printf("AppleObjCExternalASTSource::CompleteType[%u] on (ASTContext*)%p Completing (TagDecl*)%p named %s",
113 CompleteType (clang::ObjCInterfaceDecl *interface_decl) function in class:lldb_private::AppleObjCExternalASTSource
122 log->Printf("AppleObjCExternalASTSource::CompleteType[%u] on (ASTContext*)%p Completing (ObjCInterfaceDecl*)%p named %s",
/external/lldb/source/Expression/
H A DClangASTSource.cpp170 ClangASTSource::CompleteType (TagDecl *tag_decl) function in class:ClangASTSource
307 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) function in class:ClangASTSource
437 external_source->CompleteType (original_tag_decl);
H A DClangExpressionDeclMap.cpp1526 CompleteType(tag_type->getDecl());

Completed in 1013 milliseconds