HomeSort by relevance Sort by last modified time
    Searched full:decl (Results 1 - 25 of 856) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/clang/include/clang/Basic/
DeclNodes.td 3 class Decl<bit abstract = 0> : AttrSubject {
7 class DDecl<Decl base, bit abstract = 0> : Decl<abstract> {
8 Decl Base = base;
13 def TranslationUnit : Decl, DeclContext;
14 def Named : Decl<1>;
67 def LinkageSpec : Decl, DeclContext;
68 def ObjCPropertyImpl : Decl;
69 def ObjCForwardProtocol : Decl;
70 def ObjCClass : Decl;
    [all...]
  /external/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
31 RetTy Visit(Decl *D) {
33 default: llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
34 #define DECL(DERIVED, BASE) \
35 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
36 #define ABSTRACT_DECL(DECL)
43 #define DECL(DERIVED, BASE)
    [all...]
DeclGroup.h 23 class Decl;
33 DeclGroup(unsigned numdecls, Decl** decls);
36 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
40 Decl*& operator[](unsigned i) {
42 return ((Decl**) (this+1))[i];
45 Decl* const& operator[](unsigned i) const {
47 return ((Decl* const*) (this+1))[i];
53 // non-group case to be valid as a Decl** for iteration.
55 Decl* D;
64 explicit DeclGroupRef(Decl* d) : D(d) {
    [all...]
StmtIterator.h 26 class Decl;
35 union { Decl *decl; Decl **DGI; }; member in union:clang::StmtIteratorBase::__anon4050
37 Decl **DGE;
65 bool HandleDecl(Decl* D);
70 StmtIteratorBase(Stmt **s) : stmt(s), decl(0), RawVAPtr(0) {}
71 StmtIteratorBase(Decl *d, Stmt **s);
73 StmtIteratorBase(Decl **dgi, Decl **dge)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
treestruct.def 39 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal")
40 DEFTREESTRUCT(TS_DECL_COMMON, "decl common")
41 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL")
42 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common")
43 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility")
44 DEFTREESTRUCT(TS_FIELD_DECL, "field decl")
45 DEFTREESTRUCT(TS_VAR_DECL, "var decl")
46 DEFTREESTRUCT(TS_PARM_DECL, "parm decl")
47 DEFTREESTRUCT(TS_LABEL_DECL, "label decl")
48 DEFTREESTRUCT(TS_RESULT_DECL, "result decl")
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
treestruct.def 39 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal")
40 DEFTREESTRUCT(TS_DECL_COMMON, "decl common")
41 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL")
42 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common")
43 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility")
44 DEFTREESTRUCT(TS_FIELD_DECL, "field decl")
45 DEFTREESTRUCT(TS_VAR_DECL, "var decl")
46 DEFTREESTRUCT(TS_PARM_DECL, "parm decl")
47 DEFTREESTRUCT(TS_LABEL_DECL, "label decl")
48 DEFTREESTRUCT(TS_RESULT_DECL, "result decl")
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
treestruct.def 39 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal")
40 DEFTREESTRUCT(TS_DECL_COMMON, "decl common")
41 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL")
42 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common")
43 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility")
44 DEFTREESTRUCT(TS_FIELD_DECL, "field decl")
45 DEFTREESTRUCT(TS_VAR_DECL, "var decl")
46 DEFTREESTRUCT(TS_PARM_DECL, "parm decl")
47 DEFTREESTRUCT(TS_LABEL_DECL, "label decl")
48 DEFTREESTRUCT(TS_RESULT_DECL, "result decl")
    [all...]
  /external/clang/include/clang/Index/
ASTLocation.h 1 //===--- ASTLocation.h - A <Decl, Stmt> pair --------------------*- C++ -*-===//
10 // ASTLocation is Decl or a Stmt and its immediate Decl parent.
21 class Decl;
28 /// \brief Represents a Decl or a Stmt and its immediate Decl parent. It's
32 /// just a Decl, or a Stmt and its Decl parent. Since a single Stmt is devoid
33 /// of context, its parent Decl provides all the additional missing information
51 llvm::PointerIntPair<Decl *, 2, NodeKind> ParentDecl
    [all...]
Entity.h 26 class Decl;
35 /// in multiple ASTContexts. A client will convert a Decl into an Entity and
36 /// later use that Entity to find the "same" Decl into another ASTContext.
48 /// \brief Stores the Decl directly if it is not visible outside of its own
50 llvm::PointerUnion<Decl *, EntityImpl *> Val;
52 explicit Entity(Decl *D);
59 /// \brief Find the Decl that can be referred to by this entity.
60 Decl *getDecl(ASTContext &AST) const;
64 Decl *getInternalDecl() const {
66 return Val.get<Decl *>();
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 316 if (attr->decl()) {
317 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth);
334 m_borderColorAttr = attr->decl();
335 if (!attr->decl() && !attr->isEmpty()) {
455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue); local
456 if (!decl) {
457 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
458 decl->setParent(document()->elementSheet());
459 decl->setNode(this);
460 decl->setStrictParsing(false); // Mapped attributes are just always quirky
513 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue); local
599 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); local
    [all...]
  /external/bluetooth/glib/m4macros/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 29 void foo (union tree_node * decl) {
30 decl->function_decl.built_in_class != 0;
  /external/clang/lib/AST/
StmtIterator.cpp 15 #include "clang/AST/Decl.h"
44 if (VarDecl* VD = dyn_cast<VarDecl>(decl))
59 assert(!decl);
68 assert(decl);
72 decl = 0;
73 else if (HandleDecl(decl))
90 bool StmtIteratorBase::HandleDecl(Decl* D) {
116 StmtIteratorBase::StmtIteratorBase(Decl *d, Stmt **s)
117 : stmt(s), decl(d), RawVAPtr(d ? DeclMode : 0) {
118 if (decl)
    [all...]
DeclBase.cpp 10 // This file implements the Decl and DeclContext classes.
15 #include "clang/AST/Decl.h"
38 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
39 #define ABSTRACT_DECL(DECL)
44 const char *Decl::getDeclKindName() const {
47 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
48 #define ABSTRACT_DECL(DECL)
53 void Decl::setInvalidDecl(bool Invalid) {
66 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 74 void HandleTopLevelSingleDecl(Decl *D);
78 void ASTViewer::HandleTopLevelSingleDecl(Decl *D) {
94 /// DeclContextPrinter - Decl and DeclContext Visualization
115 case Decl::TranslationUnit:
118 case Decl::Namespace: {
124 case Decl::Enum: {
133 case Decl::Record: {
142 case Decl::CXXRecord: {
151 case Decl::ObjCMethod:
154 case Decl::ObjCInterface
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
unknown-elf.h 54 /* Return a nonzero value if DECL has a section attribute. */
55 #define IN_NAMED_SECTION(DECL) \
56 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
57 && DECL_SECTION_NAME (DECL) != NULL_TREE)
60 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
63 if (IN_NAMED_SECTION (DECL)) \
64 switch_to_section (get_named_section (DECL, NULL, 0)); \
70 last_assemble_variable_decl = DECL; \
71 ASM_DECLARE_OBJECT_NAME (FILE, NAME, DECL); \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
unknown-elf.h 54 /* Return a nonzero value if DECL has a section attribute. */
55 #define IN_NAMED_SECTION(DECL) \
56 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
57 && DECL_SECTION_NAME (DECL) != NULL_TREE)
60 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
63 if (IN_NAMED_SECTION (DECL)) \
64 switch_to_section (get_named_section (DECL, NULL, 0)); \
70 last_assemble_variable_decl = DECL; \
71 ASM_DECLARE_OBJECT_NAME (FILE, NAME, DECL); \
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 82 private static GenericDeclaration nextLayer(GenericDeclaration decl) {
83 if (decl instanceof Class) {
85 Class cl = (Class)decl;
86 decl = cl.getEnclosingMethod();
87 if (decl != null) {
88 return decl;
90 decl = cl.getEnclosingConstructor();
91 if (decl != null) {
92 return decl;
95 } else if (decl instanceof Method)
    [all...]
  /external/clang/include/clang/Sema/
Template.h 181 typedef SmallVector<Decl *, 4> DeclArgumentPack;
188 typedef llvm::DenseMap<const Decl *,
189 llvm::PointerUnion<Decl *, DeclArgumentPack *> >
279 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
280 findInstantiationOf(const Decl *D);
282 void InstantiatedLocal(const Decl *D, Decl *Inst);
283 void InstantiatedLocalPackArg(const Decl *D, Decl *Inst);
284 void MakeInstantiatedLocalArgPack(const Decl *D)
    [all...]
  /bionic/libc/arch-x86/string/
strncmp.S 26 decl %edx
36 decl %edx
46 decl %edx
56 decl %edx
66 decl %edx
76 decl %edx
86 decl %edx
96 decl %edx
  /external/bluetooth/glib/docs/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gobject/tests/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/clang/test/Coverage/
ast-printing.c 4 // RUN: %clang_cc1 -print-decl-contexts %s
ast-printing.cpp 4 // RUN: %clang_cc1 -print-decl-contexts %s

Completed in 1048 milliseconds

1 2 3 4 5 6 7 8 91011>>