HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 76 - 100 of 1114) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
73 /// Decl - This represents one declaration (or definition), e.g. a variable,
76 /// Note: There are objects tacked on before the *beginning* of Decl
77 /// (and its subclasses) in its Decl::operator new(). Proper alignment
78 /// of all subclasses (not requiring more than the alignment of Decl) is
80 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
82 /// \brief Lists the kind of concrete classes of Decl.
84 #define DECL(DERIVED, BASE) DERIVED,
85 #define ABSTRACT_DECL(DECL)
94 /// decl-derived type that will be filled in later (e.g., by som
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTMutationListener.h 23 class Decl;
53 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
56 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
107 virtual void DeclarationMarkedUsed(const Decl *D) {}
113 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
120 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,
  /external/clang/lib/Index/
IndexingContext.h 20 class Decl;
61 static bool isFunctionLocalDecl(const Decl *D);
62 static bool isTemplateImplicitInstantiation(const Decl *D);
64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
67 bool handleDecl(const Decl *D, SourceLocation Loc,
78 const Decl *RefD = nullptr);
82 bool indexDecl(const Decl *D);
103 bool indexTopLevelDecl(const Decl *D);
107 bool shouldIgnoreIfImplicit(const Decl *D);
109 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc
    [all...]
  /external/clang/include/clang/AST/
ASTMutationListener.h 23 class Decl;
52 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {}
55 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {}
103 virtual void DeclarationMarkedUsed(const Decl *D) {}
109 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {}
116 virtual void DeclarationMarkedOpenMPDeclareTarget(const Decl *D,

Completed in 463 milliseconds

1 2 34 5 6 7 8 91011>>