OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:template_decl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp
669
const TemplateDecl*
template_decl
=
local
671
if (
template_decl
&& template_spec_type->getNumArgs() >= 1) {
672
if (
template_decl
->getNameAsString().compare("WeakPtrFactory") == 0 &&
673
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
...]
Completed in 1073 milliseconds