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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Serialization/
ASTCommon.cpp 182 case Decl::TranslationUnit:
183 case Decl::ExternCContext:
184 case Decl::Namespace:
185 case Decl::LinkageSpec:
189 case Decl::Enum:
190 case Decl::Record:
197 case Decl::CXXRecord:
198 case Decl::ClassTemplateSpecialization:
199 case Decl::ClassTemplatePartialSpecialization:
203 case Decl::Function
    [all...]
  /external/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 24 class Decl;
33 /// \returns true on failure to produce a name for the given decl, false on
35 bool writeName(const Decl *D, raw_ostream &OS);
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /external/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclGroup.h 24 class Decl;
28 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> {
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
41 Decl*& operator[](unsigned i) {
43 return getTrailingObjects<Decl *>()[i];
46 Decl* const& operator[](unsigned i) const {
48 return getTrailingObjects<Decl *>()[i];
56 // non-group case to be valid as a Decl** for iteration.
58 Decl* D
    [all...]
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 1 //===- PrettyDeclStackTrace.h - Stack trace for decl processing -*- C++ -*-===//
24 class Decl;
33 Decl *TheDecl;
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc,
  /external/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 15 class Decl;
41 llvm::StringRef BugType, const Decl *D,
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
PrettyDeclStackTrace.h 1 //===- PrettyDeclStackTrace.h - Stack trace for decl processing -*- C++ -*-===//
24 class Decl;
33 Decl *TheDecl;
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 15 class Decl;
41 llvm::StringRef BugType, const Decl *D,
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
PrettyDeclStackTrace.h 1 //===- PrettyDeclStackTrace.h - Stack trace for decl processing -*- C++ -*-===//
24 class Decl;
33 Decl *TheDecl;
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 15 class Decl;
41 llvm::StringRef BugType, const Decl *D,
48 const Decl *D, const LangOptions &LangOpts);

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>