HomeSort by relevance Sort by last modified time
    Searched refs:getDeclKindName (Results 1 - 11 of 11) sorted by null

  /external/lldb/source/Symbol/
ClangASTImporter.cpp 96 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/
ClangASTSource.cpp 390 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());
    [all...]
ClangExpressionDeclMap.cpp 818 log->Printf("ClangExpressionDeclMap::FindExternalVisibleDecls[%u] for '%s' in a '%s'", current_id, name.GetCString(), context.m_decl_context->getDeclKindName());
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 86 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
  /external/clang/include/clang/AST/
DeclBase.h 369 const char *getDeclKindName() const;
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 516 OS << D->getDeclKindName();
794 OS << D->getDeclKindName() << "Decl";
    [all...]
DeclBase.cpp 77 const char *Decl::getDeclKindName() const {
97 const char *DeclContext::getDeclKindName() const {
    [all...]
ASTImporter.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 48 decl_ctx->getDeclKindName(),
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 311 milliseconds