|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/DeclBase.h 433 const char *getDeclKindName() const;
References
tools/clang/lib/AST/ASTImporter.cpp 1562 << D->getDeclKindName();
2084 << D->getDeclKindName();
2090 << D->getDeclKindName();
tools/clang/lib/AST/JSONNodeDumper.cpp 98 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str());
285 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str());
297 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str();
tools/clang/lib/AST/TextNodeDumper.cpp 228 OS << D->getDeclKindName() << "Decl";
414 OS << D->getDeclKindName();
749 OS << " " << Node->getDecl()->getDeclKindName() << "Decl";
tools/clang/lib/Frontend/FrontendAction.cpp 91 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp 3471 << D->getDeclKindName();
tools/clang/lib/Serialization/ASTWriterDecl.cpp 51 D->getDeclKindName() + "'");
tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp 220 OS << D->getDeclKindName() << "Decl";
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp 103 << ND->getDeclKindName()
tools/clang/unittests/AST/ASTTraverserTest.cpp 30 void Visit(const Decl *D) { OS << D->getDeclKindName() << "Decl"; }
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 562 context_decl->getDeclKindName(),
568 context_decl->getDeclKindName(),
632 current_id, context_named_decl->getDeclKindName(),
634 decl->getDeclKindName(), ast_dumper.GetCString());
637 decl->getDeclKindName(), ast_dumper.GetCString());
tools/lldb/source/Symbol/ClangASTContext.cpp 2343 printf("%20s: %s%s\n", decl->getDeclKindName(),
2350 printf("%20s: %s\n", decl->getDeclKindName(),
2353 printf("%20s\n", decl->getDeclKindName());
tools/lldb/source/Symbol/ClangASTImporter.cpp 133 decl->getDeclKindName(),
139 decl->getDeclKindName(), user_id);
219 decl->getDeclKindName(), static_cast<void *>(decl),
220 escaped_child->getDeclKindName(),
379 decl->getDeclKindName(), static_cast<void *>(decl),
398 decl->getDeclKindName(), static_cast<void *>(decl),
399 result->getDeclKindName(), static_cast<void *>(result));
608 decl->getDeclKindName(), static_cast<void *>(decl));
980 from->getDeclKindName(), static_cast<void *>(to), name_string,
1064 from->getDeclKindName(), static_cast<void *>(to),
1070 from->getDeclKindName(), static_cast<void *>(to),
1189 ((Decl *)to_container_decl)->getDeclKindName(),