OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:template_kind
(Results
1 - 7
of
7
) sorted by null
/development/vndk/tools/header-checker/tests/expected/
func_decl_no_args.h
7
template_kind
: 0
15
template_kind
: 0
23
template_kind
: 0
31
template_kind
: 0
39
template_kind
: 0
47
template_kind
: 0
55
template_kind
: 0
63
template_kind
: 0
71
template_kind
: 0
79
template_kind
:
[
all
...]
func_decl_one_arg.h
12
template_kind
: 0
25
template_kind
: 0
38
template_kind
: 0
51
template_kind
: 0
64
template_kind
: 0
77
template_kind
: 0
90
template_kind
: 0
103
template_kind
: 0
116
template_kind
: 0
129
template_kind
:
[
all
...]
func_decl_one_arg_ret.h
12
template_kind
: 0
25
template_kind
: 0
38
template_kind
: 0
51
template_kind
: 0
64
template_kind
: 0
77
template_kind
: 0
90
template_kind
: 0
103
template_kind
: 0
116
template_kind
: 0
129
template_kind
:
[
all
...]
example1.h
72
template_kind
: 0
90
template_kind
: 0
98
template_kind
: 0
111
template_kind
: 0
119
template_kind
: 0
132
template_kind
: 0
func_decl_two_args.h
17
template_kind
: 0
35
template_kind
: 0
53
template_kind
: 0
71
template_kind
: 0
89
template_kind
: 0
107
template_kind
: 0
125
template_kind
: 0
143
template_kind
: 0
161
template_kind
: 0
179
template_kind
:
[
all
...]
example2.h
102
template_kind
: 0
115
template_kind
: 2
128
template_kind
: 0
146
template_kind
: 1
172
template_kind
: 3
198
template_kind
: 3
219
template_kind
: 0
/external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp
100
auto
template_kind
= parent_fn_decl->getTemplatedKind();
local
101
if (
template_kind
!= FunctionDecl::TK_NonTemplate &&
102
template_kind
!= FunctionDecl::TK_FunctionTemplate) {
Completed in 136 milliseconds