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

/freebsd-10-stable/contrib/llvm/tools/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
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp205 void ChainedIncludesSource::CompleteType(TagDecl *Tag) { function in class:ChainedIncludesSource
208 void ChainedIncludesSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:ChainedIncludesSource
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h269 CompleteType (clang::TagDecl *Tag) function in class:lldb_private::ClangASTSource::ClangASTSourceProxy
275 CompleteType (clang::ObjCInterfaceDecl *Class) function in class:lldb_private::ClangASTSource::ClangASTSourceProxy
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h180 virtual void CompleteType(TagDecl *Tag) {} function in class:clang::ExternalASTSource
188 virtual void CompleteType(ObjCInterfaceDecl *Class) { } function in class:clang::ExternalASTSource
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp116 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { function in class:MultiplexExternalSemaSource
121 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { function in class:MultiplexExternalSemaSource
/freebsd-10-stable/contrib/llvm/tools/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

Completed in 116 milliseconds