HomeSort by relevance Sort by last modified time
    Searched defs:DECL (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
RecursiveASTVisitor.h 18 #include "clang/AST/Decl.h"
93 /// Decl, or Type) is reached.
99 /// 1. TraverseDecl(Decl *x) does task #1. It is the entry point
220 /// Traverse*Decl() based on the argument's dynamic type.
224 bool TraverseDecl(Decl *D);
476 // Declare Traverse*() for all concrete Decl classes.
477 #define ABSTRACT_DECL(DECL)
478 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
59 static ASTNodeKind getFromNode(const Decl &D);
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
184 KIND_TO_KIND_ID(Decl)
187 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
226 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
273 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
450 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 121 int DECL = 'D'; // declaration statement
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 20 #include "clang/AST/Decl.h"
82 /// Decl, or Type) is reached.
88 /// 1. TraverseDecl(Decl *x) does task #1. It is the entry point
209 /// Traverse*Decl() based on the argument's dynamic type.
213 bool TraverseDecl(Decl *D);
462 // Declare Traverse*() for all concrete Decl classes.
463 #define ABSTRACT_DECL(DECL)
464 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D)
    [all...]

Completed in 973 milliseconds

1 23 4 5