Home
last modified time | relevance | path

Searched defs:CompleteType (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Symbol/
DClangExternalASTSourceCallbacks.cpp131 ClangExternalASTSourceCallbacks::CompleteType (TagDecl *tag_decl) in CompleteType() function in ClangExternalASTSourceCallbacks
138 ClangExternalASTSourceCallbacks::CompleteType (ObjCInterfaceDecl *objc_decl) in CompleteType() function in ClangExternalASTSourceCallbacks
/external/clang/lib/AST/
DExternalASTSource.cpp31 void ExternalASTSource::CompleteType(TagDecl *Tag) {} in CompleteType() function in ExternalASTSource
33 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} in CompleteType() function in ExternalASTSource
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp245 void ChainedIncludesSource::CompleteType(TagDecl *Tag) { in CompleteType() function in ChainedIncludesSource
248 void ChainedIncludesSource::CompleteType(ObjCInterfaceDecl *Class) { in CompleteType() function in ChainedIncludesSource
/external/lldb/include/lldb/Expression/
DClangASTSource.h269 CompleteType (clang::TagDecl *Tag) in CompleteType() function
275 CompleteType (clang::ObjCInterfaceDecl *Class) in CompleteType() function
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp121 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { in CompleteType() function in MultiplexExternalSemaSource
126 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { in CompleteType() function in MultiplexExternalSemaSource
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp83 CompleteType (clang::TagDecl *tag_decl) in CompleteType() function in lldb_private::AppleObjCExternalASTSource
113 CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType() function in lldb_private::AppleObjCExternalASTSource
/external/lldb/source/Expression/
DClangASTSource.cpp170 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType() function in ClangASTSource
307 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType() function in ClangASTSource