HomeSort by relevance Sort by last modified time
    Searched defs:getPreviousDecl (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clang/include/clang/AST/
Redeclarable.h 144 decl_type *getPreviousDecl() {
149 const decl_type *getPreviousDecl() const {
151 static_cast<const decl_type*>(this))->getPreviousDecl();
DeclBase.h 777 /// \brief Implementation of getPreviousDecl(), to be overridden by any
843 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
847 const Decl *getPreviousDecl() const {
853 return getPreviousDecl() == nullptr;
    [all...]
DeclTemplate.h 637 return getPreviousDecl();
809 using redeclarable_base::getPreviousDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
DeclBase.h 787 /// \brief Implementation of getPreviousDecl(), to be overridden by any
853 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
857 const Decl *getPreviousDecl() const {
863 return getPreviousDecl() == nullptr;
    [all...]
DeclTemplate.h 732 return getPreviousDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
DeclBase.h 817 /// \brief Implementation of getPreviousDecl(), to be overridden by any
883 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
887 const Decl *getPreviousDecl() const {
893 return getPreviousDecl() == nullptr;
    [all...]
DeclTemplate.h 732 return getPreviousDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
DeclBase.h 817 /// \brief Implementation of getPreviousDecl(), to be overridden by any
883 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
887 const Decl *getPreviousDecl() const {
893 return getPreviousDecl() == nullptr;
    [all...]
DeclTemplate.h 732 return getPreviousDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
DeclBase.h 863 /// \brief Implementation of getPreviousDecl(), to be overridden by any
    [all...]
DeclTemplate.h 732 return getPreviousDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Redeclarable.h 143 decl_type *getPreviousDecl() {
148 const decl_type *getPreviousDecl() const {
150 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Redeclarable.h 197 decl_type *getPreviousDecl() {
202 const decl_type *getPreviousDecl() const {
204 static_cast<const decl_type*>(this))->getPreviousDecl();

Completed in 1475 milliseconds

1 2 3