HomeSort by relevance Sort by last modified time
    Searched defs:DeclarationName (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
42 /// DeclarationName - The name of a declaration. In the common case,
48 class DeclarationName {
140 DeclarationName(CXXSpecialName *Name)
148 DeclarationName(CXXOperatorIdName *Name)
154 DeclarationName(CXXLiteralOperatorIdName *Name)
161 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
171 /// DeclarationName - Used to create an empty selector.
172 DeclarationName() : Ptr(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclarationName.h 1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
44 /// DeclarationName - The name of a declaration. In the common case,
50 class DeclarationName {
151 DeclarationName(DeclarationNameExtra *Name)
158 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { }
168 /// DeclarationName - Used to create an empty selector.
169 DeclarationName() : Ptr(0) { }
172 DeclarationName(const IdentifierInfo *II)
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {
    [all...]

Completed in 1487 milliseconds