Home
last modified time | relevance | path

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

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