Searched refs:getDeclKindName (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTImporter.cpp96 decl->getDeclKindName(),
101 decl->getDeclKindName(),
148 decl->getDeclKindName(),
173 decl->getDeclKindName(),
175 result->getDeclKindName(),
188 decl->getDeclKindName(),
593 from->getDeclKindName(),
602 from->getDeclKindName(),
/external/lldb/source/Expression/
H A DClangASTSource.cpp390 context_decl->getDeclKindName(),
397 context_decl->getDeclKindName(),
457 log->Printf(" FELD[%d] Adding [to %sDecl %s] lexical %sDecl %s", current_id, context_named_decl->getDeclKindName(), context_named_decl->getNameAsString().c_str(), decl->getDeclKindName(), ast_dumper.GetCString());
459 log->Printf(" FELD[%d] Adding lexical %sDecl %s", current_id, decl->getDeclKindName(), ast_dumper.GetCString());
514 log->Printf("ClangASTSource::FindExternalVisibleDecls[%u] on (ASTContext*)%p for '%s' in a '%s'", current_id, m_ast_context, name.GetCString(), context.m_decl_context->getDeclKindName());
H A DClangExpressionDeclMap.cpp818 log->Printf("ClangExpressionDeclMap::FindExternalVisibleDecls[%u] for '%s' in a '%s'", current_id, name.GetCString(), context.m_decl_context->getDeclKindName());
/external/clang/lib/Frontend/
H A DFrontendAction.cpp86 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
/external/clang/include/clang/AST/
H A DDeclBase.h369 const char *getDeclKindName() const;
1082 const char *getDeclKindName() const;
/external/clang/lib/AST/
H A DASTDumper.cpp516 OS << D->getDeclKindName();
794 OS << D->getDeclKindName() << "Decl";
1681 OS << " " << Node->getDecl()->getDeclKindName() << "Decl";
H A DDeclBase.cpp77 const char *Decl::getDeclKindName() const { function in class:Decl
97 const char *DeclContext::getDeclKindName() const { function in class:DeclContext
H A DASTImporter.cpp2223 << D->getDeclKindName();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp48 decl_ctx->getDeclKindName(),
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1909 D->getDeclKindName() + "'");
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2570 << D->getDeclKindName();

Completed in 312 milliseconds