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

1 2

  /external/clang/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
387 NamedDecl *getUnderlyingDecl() {
397 const NamedDecl *getUnderlyingDecl() const {
398 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
401 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
387 NamedDecl *getUnderlyingDecl() {
397 const NamedDecl *getUnderlyingDecl() const {
398 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
401 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
377 NamedDecl *getUnderlyingDecl() {
387 const NamedDecl *getUnderlyingDecl() const {
388 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
391 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
377 NamedDecl *getUnderlyingDecl() {
387 const NamedDecl *getUnderlyingDecl() const {
388 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
391 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
390 NamedDecl *getUnderlyingDecl() {
400 const NamedDecl *getUnderlyingDecl() const {
401 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
404 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
390 NamedDecl *getUnderlyingDecl() {
400 const NamedDecl *getUnderlyingDecl() const {
401 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
404 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
390 NamedDecl *getUnderlyingDecl() {
400 const NamedDecl *getUnderlyingDecl() const {
401 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
404 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
390 NamedDecl *getUnderlyingDecl() {
400 const NamedDecl *getUnderlyingDecl() const {
401 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
404 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
Decl.h 211 /// NamedDecl - This represents a decl with a name. Many decls have names such
213 class NamedDecl : public Decl {
221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
278 /// This is the method invoked by Sema when displaying a NamedDecl
296 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
387 NamedDecl *getUnderlyingDecl() {
397 const NamedDecl *getUnderlyingDecl() const {
398 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
401 NamedDecl *getMostRecentDecl()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 11 // efficient representation of a pair of a NamedDecl* and an
26 class NamedDecl;
28 /// A POD class for pairing a NamedDecl* with an access specifier.
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
42 NamedDecl *getDecl() const {
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
49 void setDecl(NamedDecl *D) {
55 void set(NamedDecl *D, AccessSpecifier AS) {
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl();
    [all...]
  /external/clang/test/SemaCXX/
member-expr.cpp 51 struct NamedDecl {
55 struct NamespaceDecl : NamedDecl {

Completed in 1083 milliseconds

1 2