OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclKindName
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp
219
OS << D->
getDeclKindName
() << "Decl";
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
101
JOS.attribute("kind", (llvm::Twine(D->
getDeclKindName
()) + "Decl").str());
302
JOS.attribute("kind", (llvm::Twine(D->
getDeclKindName
()) + "Decl").str());
314
Ret["kind"] = (llvm::Twine(D->
getDeclKindName
()) + "Decl").str();
DeclBase.cpp
123
const char *Decl::
getDeclKindName
() const {
155
const char *DeclContext::
getDeclKindName
() const {
TextNodeDumper.cpp
250
OS << D->
getDeclKindName
() << "Decl";
648
OS << D->
getDeclKindName
();
1013
OS << " " << Node->getDecl()->
getDeclKindName
() << "Decl";
ASTImporter.cpp
1639
<< D->
getDeclKindName
();
2238
<< D->
getDeclKindName
();
2244
<< D->
getDeclKindName
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
434
const char *
getDeclKindName
() const;
1857
const char *
getDeclKindName
() const;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp
92
llvm::outs() << "PCH DECL: " << D->
getDeclKindName
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
51
D->
getDeclKindName
() + "'");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3711
<< D->
getDeclKindName
();
Completed in 31 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026