OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decl_type
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/AST/
Redeclarable.h
25
template<typename
decl_type
>
51
DeclLink(PreviousTag,
decl_type
*D)
63
decl_type
*getNext(const
decl_type
*D) const {
67
return static_cast<
decl_type
*>(NKL.get<Previous>());
71
const_cast<
decl_type
*>(D));
74
return static_cast<
decl_type
*>(Next.get<KnownLatest>().get(D));
77
void setPrevious(
decl_type
*D) {
82
void setLatest(
decl_type
*D) {
104
static DeclLink PreviousDeclLink(
decl_type
*D)
[
all
...]
Decl.h
[
all
...]
DeclBase.h
293
template<typename
decl_type
> friend class Redeclarable;
[
all
...]
DeclTemplate.h
621
template <class
decl_type
> friend class RedeclarableTemplate;
[
all
...]
/external/selinux/libsepol/tests/
test-deps.c
135
*
decl_type
name of the unique type found in the module's global
138
static void do_deps_modreq_global(int req_met, int b, char *policy, char *
decl_type
)
173
decl = test_find_decl_by_sym(base, SYM_TYPES,
decl_type
);
217
*
decl_type
name of the unique type found in the module's global
220
static void do_deps_modreq_opt(int req_met, int ret_val, int b, char *policy, char *
decl_type
)
252
decl = test_find_decl_by_sym(base, SYM_TYPES,
decl_type
);
/external/mesa3d/src/glsl/
ast_to_hir.cpp
2471
const struct glsl_type *
decl_type
;
local
3970
const glsl_type *
decl_type
=
local
[
all
...]
/external/clang/test/SemaCXX/
cxx98-compat.cpp
143
decltype(const_expr)
decl_type
= 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
Completed in 1129 milliseconds