HomeSort by relevance Sort by last modified time
    Searched full:decl_context (Results 1 - 13 of 13) sorted by null

  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 190 OS << "#ifndef DECL_CONTEXT\n";
191 OS << "# define DECL_CONTEXT(DECL)\n";
195 OS << "# define DECL_CONTEXT_BASE(DECL) DECL_CONTEXT(DECL)\n";
224 OS << "DECL_CONTEXT(" << (*i)->getName() << ")\n";
226 OS << "#undef DECL_CONTEXT\n";
  /external/lldb/source/Expression/
ClangUserExpression.cpp 155 clang::DeclContext *decl_context = function_block->GetClangDeclContext(); local
157 if (!decl_context)
164 if (clang::CXXMethodDecl *method_decl = llvm::dyn_cast<clang::CXXMethodDecl>(decl_context))
195 else if (clang::ObjCMethodDecl *method_decl = llvm::dyn_cast<clang::ObjCMethodDecl>(decl_context))
229 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context))
236 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function_decl);
    [all...]
ClangExpressionDeclMap.cpp 918 clang::DeclContext *decl_context = function_block->GetClangDeclContext();
920 if (!decl_context)
923 clang::CXXMethodDecl *method_decl = llvm::dyn_cast<clang::CXXMethodDecl>(decl_context);
    [all...]
ClangASTSource.cpp 367 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context,
375 const Decl *context_decl = dyn_cast<Decl>(decl_context);
476 DeclContext *decl_context_non_const = const_cast<DeclContext *>(decl_context);
478 if (copied_decl->getDeclContext() != decl_context)
    [all...]
  /external/lldb/source/Symbol/
SymbolContext.cpp 578 clang::DeclContext *decl_context = function_block->GetClangDeclContext(); local
580 if (decl_context)
582 return ClangASTContext::GetClassMethodInfoForDeclContext (decl_context,
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 626 #define DECL_CONTEXT(NAME) \
645 #define DECL_CONTEXT(NAME) \
764 #define DECL_CONTEXT(NAME) case Decl::NAME:
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 261 SearchDeclContext (const clang::DeclContext *decl_context,
SymbolFileDWARF.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 291 as the DECL_NAME). DECL_CONTEXT points to the node representing
362 /* A namespace declaration. Namespaces appear in DECL_CONTEXT of other
    [all...]
tree.h     [all...]
  /external/llvm/lib/Target/
README.txt 960 %tmp = icmp eq i32 %decl_context, 4
961 %decl_context_addr.0 = select i1 %tmp, i32 3, i32 %decl_context
966 (!tmp || decl_context == 1)
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang-tblgen 

Completed in 363 milliseconds