HomeSort by relevance Sort by last modified time
    Searched full:decl (Results 101 - 125 of 993) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
129 * $ANTLR start decl
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
132 - (void) decl
141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt
142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt
144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
185 /* $ANTLR end decl */
  /external/clang/include/clang/AST/
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
93 assert(I != Vec.end() && "list does not contain decl");
97 == Vec.end() && "list still contains decl");
123 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
148 /// AddSubsequentDecl - This is called on the second and later decl when it is
152 // If this is the second decl added to the list, convert this to vector
177 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
179 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
181 (*I)->getIdentifierNamespace() == Decl::IDNS_Using)
  /external/clang/tools/libclang/
CXCursor.h 28 class Decl;
50 CXCursor MakeCXCursor(const clang::Attr *A, clang::Decl *Parent,
52 CXCursor MakeCXCursor(clang::Decl *D, CXTranslationUnit TU,
55 CXCursor MakeCXCursor(clang::Stmt *S, clang::Decl *Parent,
180 CXCursor MakeCursorOverloadedDeclRef(Decl *D, SourceLocation Location,
189 typedef llvm::PointerUnion3<OverloadExpr *, Decl *,
198 Decl *getCursorDecl(CXCursor Cursor);
202 Decl *getCursorParentDecl(CXCursor Cursor);
235 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
IndexingContext.cpp 64 AttrListInfo::AttrListInfo(const Decl *D, IndexingContext &IdxCtx)
73 CXCursor C = MakeCXCursor(A, const_cast<Decl *>(D), IdxCtx.CXTU);
117 AttrListInfo::create(const Decl *D, IndexingContext &IdxCtx) {
575 const_cast<Decl*>(cast<Decl>(DC)), CXTU)
654 CXIdxClientEntity IndexingContext::getClientEntity(const Decl *D) const {
663 void IndexingContext::setClientEntity(const Decl *D, CXIdxClientEntity client) {
750 IndexingContext::getEntityContainer(const Decl *D) const {
874 case Decl::Typedef:
876 case Decl::Function
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy;
59 void addToCallGraph(Decl *D) {
64 static bool includeInGraph(const Decl *D);
67 CallGraphNode *getNode(const Decl *) const;
71 CallGraphNode *getOrInsertNode(Decl *);
126 void addNodeForDecl(Decl *D, bool IsGlobal);
129 CallGraphNode *allocateNewNode(Decl *);
138 Decl *FD;
146 CallGraphNode(Decl *D) : FD(D) {}
165 Decl *getDecl() const { return FD;
    [all...]
AnalysisContext.h 18 #include "clang/AST/Decl.h"
30 class Decl;
74 const Decl *D;
101 const Decl *D,
105 const Decl *D,
112 const Decl *getDecl() const { return D; }
223 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); }
373 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
386 AnalysisDeclContext *getContext(const Decl *D, idx::TranslationUnit *TU = 0);
405 const StackFrameContext *getStackFrame(Decl const *D
    [all...]
  /external/clang/lib/AST/
ExternalASTSource.cpp 25 Decl *ExternalASTSource::GetExternalDecl(uint32_t ID) {
57 bool (*isKindWeWant)(Decl::Kind),
58 SmallVectorImpl<Decl*> &Result) {
ASTImporter.cpp 30 public DeclVisitor<ASTNodeImporter, Decl *>,
38 using DeclVisitor<ASTNodeImporter, Decl *>::Visit;
85 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = 0);
125 Decl *VisitDecl(Decl *D);
126 Decl *VisitTranslationUnitDecl(TranslationUnitDecl *D);
127 Decl *VisitNamespaceDecl(NamespaceDecl *D);
128 Decl *VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias);
129 Decl *VisitTypedefDecl(TypedefDecl *D)
    [all...]
CMakeLists.txt 13 Decl.cpp
  /external/clang/lib/CodeGen/
CGDecl.cpp 10 // This contains code to emit Decl nodes as LLVM code.
20 #include "clang/AST/Decl.h"
33 void CodeGenFunction::EmitDecl(const Decl &D) {
35 case Decl::TranslationUnit:
36 case Decl::Namespace:
37 case Decl::UnresolvedUsingTypename:
38 case Decl::ClassTemplateSpecialization:
39 case Decl::ClassTemplatePartialSpecialization:
40 case Decl::TemplateTypeParm:
41 case Decl::UnresolvedUsingValue
    [all...]
  /external/bluetooth/glib/gio/fam/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gio/fen/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gio/inotify/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/tests/refcount/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/clang/include/clang/Serialization/
ASTWriter.h 17 #include "clang/AST/Decl.h"
119 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
130 Decl *getDecl() const {
131 assert(isDecl() && "Not a decl!");
132 return static_cast<Decl *>(Stored);
146 /// \brief The decl ID that will be assigned to the next new decl.
155 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs;
177 void associateDeclWithFile(const Decl *D, serialization::DeclID);
266 typedef llvm::DenseMap<const Decl *, UpdateRecord> DeclUpdateMap
    [all...]
  /external/clang/test/Modules/
decldef.mm 16 @__experimental_modules_import decldef.Decl;
  /external/openfst/src/include/fst/script/
fstscript-decl.h 22 #include <fst/fst-decl.h>
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 45 bool TraverseDecl(Decl *D) {
60 void lookForAttribute(Decl *D, TypeSourceInfo *TInfo) {
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = 0) {
123 bool isMigratable(Decl *D) {
145 return isMigratable(cast<Decl>(D->getDeclContext()));
148 static bool hasObjCImpl(Decl *D) {
163 bool isInMainFile(Decl *D) {
167 for (Decl::redecl_iterator
270 cast<Decl>(IndProps.front()->getDeclContext()))) {
349 llvm::errs() << "DECL:\n"
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t014parser.py 19 ('decl', 'foobar'),
21 ('decl', 'blupp'),
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp 78 using Base<T>::foo; // expected-note {{previous using decl}}
79 using Base<T>::type::foo; //expected-error {{redeclaration of using decl}}
  /external/clang/test/Modules/Inputs/
module.map 44 explicit module Decl { header "decl.h" }
  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) {
36 super(pos, i, decl, m);
  /external/libsepol/tests/
test-common.c 185 role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags)
191 if (decl)
192 role = hashtab_search(decl->p_roles.table, id);
226 void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, char **types, int len)
233 if (decl)
234 attr = hashtab_search(decl->p_types.table, id);
239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
  /external/llvm/test/DebugInfo/X86/
struct-loc.ll 4 ; Make sure that structures have a decl file and decl line attached.

Completed in 6642 milliseconds

1 2 3 45 6 7 8 91011>>