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

  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 671 const TemplateDecl* template_decl = local
673 if (template_decl && template_spec_type->getNumArgs() >= 1) {
674 if (template_decl->getNameAsString().compare("WeakPtrFactory") == 0 &&
675 GetNamespace(template_decl) == "base") {
  /external/lldb/source/Symbol/
ClangASTType.cpp 3950 const ClassTemplateSpecializationDecl *template_decl = dyn_cast<ClassTemplateSpecializationDecl>(cxx_record_decl); local
3989 const ClassTemplateSpecializationDecl *template_decl = dyn_cast<ClassTemplateSpecializationDecl>(cxx_record_decl); local
    [all...]
  /external/gcc-demangle/
cp-demangle.c 246 const struct demangle_component *template_decl; member in struct:d_print_template
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 261 const struct demangle_component *template_decl; member in struct:d_print_template
    [all...]

Completed in 694 milliseconds