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

  /external/clang/include/clang/AST/
Redeclarable.h 24 template<typename decl_type>
29 llvm::PointerIntPair<decl_type *, 1, bool> NextAndIsPrevious;
31 DeclLink(decl_type *D, bool isLatest)
36 decl_type *getNext() const { return NextAndIsPrevious.getPointer(); }
37 void setNext(decl_type *D) { NextAndIsPrevious.setPointer(D); }
40 static DeclLink PreviousDeclLink(decl_type *D) {
44 static DeclLink LatestDeclLink(decl_type *D) {
62 Redeclarable() : RedeclLink(LatestDeclLink(static_cast<decl_type*>(this))) { }
66 decl_type *getPreviousDecl() {
71 const decl_type *getPreviousDecl() const
    [all...]
Decl.h     [all...]
DeclBase.h 298 template<typename decl_type> friend class Redeclarable;
    [all...]
DeclTemplate.h 631 template <class decl_type> friend class RedeclarableTemplate;
    [all...]
  /external/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/clang/test/SemaCXX/
cxx98-compat.cpp 146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2471 const struct glsl_type *decl_type; local
3970 const glsl_type *decl_type = local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2471 const struct glsl_type *decl_type; local
3970 const glsl_type *decl_type = local
    [all...]

Completed in 225 milliseconds