Searched refs:getDeclKindName (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Symbol/ |
D | ClangASTImporter.cpp | 96 decl->getDeclKindName(), in CopyDecl() 101 decl->getDeclKindName(), in CopyDecl() 148 decl->getDeclKindName(), in DeportDecl() 173 decl->getDeclKindName(), in DeportDecl() 175 result->getDeclKindName(), in DeportDecl() 188 decl->getDeclKindName(), in CompleteDecl() 593 from->getDeclKindName(), in Imported() 602 from->getDeclKindName(), in Imported()
|
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 390 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 397 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 457 … current_id, context_named_decl->getDeclKindName(), context_named_decl->getNameAsString().c_str(),… in FindExternalLexicalDecls() 459 …log->Printf(" FELD[%d] Adding lexical %sDecl %s", current_id, decl->getDeclKindName(), ast_dumper… in FindExternalLexicalDecls() 514 … a '%s'", current_id, m_ast_context, name.GetCString(), context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
D | ClangExpressionDeclMap.cpp | 818 …%u] for '%s' in a '%s'", current_id, name.GetCString(), context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 371 const char *getDeclKindName() const; 1149 const char *getDeclKindName() const;
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 48 decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 77 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl 97 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
|
D | ASTDumper.cpp | 686 OS << D->getDeclKindName(); in dumpBareDeclRef() 971 OS << D->getDeclKindName() << "Decl"; in dumpDecl() 1753 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
|
D | ASTImporter.cpp | 2246 << D->getDeclKindName(); in VisitDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 2086 D->getDeclKindName() + "'"); in WriteDecl()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2661 << D->getDeclKindName(); in VisitFriendTemplateDecl()
|