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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 17 #include "clang/AST/Decl.h"
28 typedef std::deque<Decl*> SetOfDecls;
29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls;
56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
60 MapTy::iterator findOrInsertSummary(const Decl *D) {
65 typedef std::pair<const Decl *, FunctionSummary> KVPair;
71 void markMayInline(const Decl *D) {
77 void markShouldNotInline(const Decl *D) {
83 void markReachedMaxBlockCount(const Decl *D) {
87 Optional<bool> mayInline(const Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ODRHash.h 26 class Decl;
40 // Use DenseMaps to convert between Decl and Type pointers and an index value.
41 llvm::DenseMap<const Decl*, unsigned> DeclMap;
56 // Process SubDecls of the main Decl. This method calls the DeclVisitor
58 void AddSubDecl(const Decl *D);
67 void AddDecl(const Decl *D);
81 static bool isWhitelistedDecl(const Decl* D, const CXXRecordDecl *Record);
  /external/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...]

Completed in 906 milliseconds

1 23 4 5 6 7 8 91011>>