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

  /external/clang/include/clang/AST/
Redeclarable.h 24 template<typename decl_type>
30 struct DeclLink : public llvm::PointerIntPair<decl_type *, 1, bool> {
31 DeclLink(decl_type *D, bool isLatest)
32 : llvm::PointerIntPair<decl_type *, 1, bool>(D, isLatest) { }
34 typedef llvm::PointerIntPair<decl_type *, 1, bool> base_type;
38 decl_type *getNext() const { return base_type::getPointer(); }
42 PreviousDeclLink(decl_type *D) : DeclLink(D, false) { }
46 LatestDeclLink(decl_type *D) : DeclLink(D, true) { }
63 Redeclarable() : RedeclLink(LatestDeclLink(static_cast<decl_type*>(this))) { }
67 decl_type *getPreviousDeclaration()
    [all...]
DeclTemplate.h 594 template <class decl_type> friend class RedeclarableTemplate;
690 template <class decl_type>
693 return static_cast<decl_type*>(this);
699 decl_type *getPreviousDeclaration() {
700 return static_cast<decl_type*>(thisDecl()->getPreviousDeclarationImpl());
705 const decl_type *getPreviousDeclaration() const {
710 void setPreviousDeclaration(decl_type *Prev) {
714 decl_type *getCanonicalDecl() {
715 return static_cast<decl_type*>(thisDecl()->getCanonicalDeclImpl());
718 const decl_type *getCanonicalDecl() const
    [all...]
Decl.h     [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 1949 const struct glsl_type *decl_type; local
3068 const glsl_type *decl_type = local
    [all...]

Completed in 592 milliseconds