Home
last modified time | relevance | path

Searched refs:getDeclKindName (Results 1 – 17 of 17) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp95 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl()
101 decl->getDeclKindName(), user_id); in CopyDecl()
181 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(), in Override()
339 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
357 decl->getDeclKindName(), decl, result->getDeclKindName(), result); in DeportDecl()
1172 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo()
1302 from->getDeclKindName(), to, name_string, from, user_id); in Imported()
1307 from->getDeclKindName(), to, from, user_id); in Imported()
1401 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
H A DClangASTSource.cpp392 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
399 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
456 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls()
457 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls()
461 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls()
525 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
H A DCxxModuleHandler.cpp111 m_context->getDeclKindName(), m_error); in log()
H A DClangExpressionDeclMap.cpp687 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp119 Name.getAsString(), DC->getDeclKindName()) in remove()
H A DJSONNodeDumper.cpp120 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit()
372 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef()
384 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
H A DTextNodeDumper.cpp274 OS << D->getDeclKindName() << "Decl"; in Visit()
838 OS << D->getDeclKindName(); in dumpBareDeclRef()
1414 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
H A DDeclBase.cpp145 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
186 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
H A DASTImporter.cpp1900 << D->getDeclKindName(); in ImportDeclParts()
2449 << D->getDeclKindName(); in VisitDecl()
2455 << D->getDeclKindName(); in VisitImportDecl()
/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp220 OS << D->getDeclKindName() << "Decl"; in dump()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp43 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h449 const char *getDeclKindName() const;
2086 const char *getDeclKindName() const;
/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp106 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp880 OS << D->getDeclKindName() << "Decl "; in dumpNode()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1473 param->getDeclKindName()); in TemplateParameterAllowsValue()
2386 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy()
2389 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy()
2401 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2408 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2411 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp55 D->getDeclKindName() + "'"); in Emit()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4067 << D->getDeclKindName(); in VisitFriendTemplateDecl()