HomeSort by relevance Sort by last modified time
    Searched refs:Declaration (Results 1 - 25 of 44) sorted by null

1 2

  /external/v8/src/
prettyprinter.h 74 void PrintDeclarations(ZoneList<Declaration*>* declarations);
99 void PrintDeclarations(ZoneList<Declaration*>* declarations);
scopes.h 40 // A hash map to support fast variable declaration and lookup.
188 // Adds the specific declaration node to the list of declarations in
191 void AddDeclaration(Declaration* declaration);
210 // declarations, i.e. a var declaration that has been hoisted from a nested
212 Declaration* CheckConflictingVarDeclarations();
335 ZoneList<Declaration*>* declarations() { return &decls_; }
377 // True if this scope is inside a with scope and all declaration scopes
378 // between them have empty contexts. Such declaration scopes become
448 ZoneList<Declaration*> decls_
    [all...]
ast.h 125 class Declaration;
222 virtual Declaration* AsDeclaration() { return NULL; }
446 class Declaration: public AstNode {
454 virtual Declaration* AsDeclaration() { return this; }
457 Declaration(VariableProxy* proxy,
473 // Nested scope from which the declaration originated.
478 class VariableDeclaration: public Declaration {
492 : Declaration(proxy, mode, scope) {
497 class FunctionDeclaration: public Declaration {
514 : Declaration(proxy, mode, scope)
    [all...]
scopes.cc 505 void Scope::AddDeclaration(Declaration* declaration) {
506 decls_.Add(declaration);
525 Declaration* Scope::CheckConflictingVarDeclarations() {
528 Declaration* decl = decls_[i];
532 // Iterate through all scopes until and including the declaration scope.
    [all...]
ast.cc 388 bool Declaration::IsInlineable() const {
626 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
    [all...]
prettyprinter.cc 579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
full-codegen.h 379 void VisitDeclarations(ZoneList<Declaration*>* declarations);
422 // declaration. Functions have an initial value.
parser.h 428 // Forward declaration.
763 // a scope where the name has also been let bound or the var declaration is
771 void Declare(Declaration* declaration, bool resolve, bool* ok);
full-codegen.cc 575 ZoneList<Declaration*>* declarations) {
587 Declaration* decl = declarations->at(i);
613 // declaration the global functions and variables.
    [all...]
parser.cc 722 : FunctionLiteral::DECLARATION;
1255 Declaration* declaration = local
1466 Declaration* declaration = local
1925 Declaration* declaration = local
1954 Declaration* declaration = local
2186 Declaration* declaration = local
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 39 /// \brief Priority for a declaration that is in the local scope.
41 /// \brief Priority for a member declaration found from the current
49 /// \brief Priority for a non-type declaration.
121 /// \brief Determine the type that this declaration will have if it is used
139 /// declaration.
174 /// \brief Code completion occurred where a statement (or declaration) is
641 RK_Declaration = 0, //< Refers to a declaration
650 /// \brief When Kind == RK_Declaration or RK_Pattern, the declaration we are
651 /// referring to. In the latter case, the declaration might be NULL.
652 NamedDecl *Declaration;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 472 OS << *Results[I].Declaration;
522 /// \brief Retrieve the effective availability of the given declaration.
533 if (!Declaration) {
541 switch (getDeclAvailability(Declaration)) {
556 if (FunctionDecl *Function = dyn_cast<FunctionDecl>(Declaration))
560 CursorKind = getCursorKindForDecl(Declaration);
565 if (isa<ObjCInterfaceDecl>(Declaration))
567 else if (isa<ObjCProtocolDecl>(Declaration))
611 DeclarationName Name = R.Declaration->getDeclName();
SemaCodeComplete.cpp 57 /// into the result set, used to ensure that no declaration ever gets into
64 /// a single (declaration, index) mapping (the common case) but
65 /// can also store a list of (declaration, index) mappings.
70 /// of (declaration, index) pairs.
73 /// \brief When the entry contains a single declaration, this is
90 // existing declaration.
115 /// \brief A mapping from declaration names to the declarations that have
234 /// When an Objective-C method declaration result is added, and that
261 /// \brief Determine whether the given declaration is at all interesting
264 /// \param ND the declaration that we are inspecting
    [all...]
SemaTemplateDeduction.cpp 137 /// of a non-type template parameter, return the declaration of that
149 /// \brief Determine whether two declaration pointers refer to the same
150 /// declaration.
191 // declaration in another case, keep the integral constant.
194 Y.getKind() == TemplateArgument::Declaration ||
223 // constant or a declaration in another case, keep the integral constant
224 // or declaration.
226 Y.getKind() == TemplateArgument::Declaration)
242 case TemplateArgument::Declaration:
243 // If we deduced a declaration and a dependent expression, keep th
    [all...]
  /external/v8/tools/
jsmin.py 38 around curly braces, so the declaration must be above the first use.
89 def Declaration(self, m):
278 self.Declaration,
  /external/clang/include/clang/AST/
TemplateBase.h 49 /// The template argument is a declaration that was provided for a pointer
51 Declaration,
101 /// declaration, which is either an external declaration or a
102 /// template declaration.
103 TemplateArgument(Decl *D) : Kind(Declaration) {
260 /// \brief Retrieve the template argument as a declaration.
262 if (Kind != Declaration)
481 assert(Argument.getKind() == TemplateArgument::Declaration);
RecursiveASTVisitor.h 178 /// \brief Recursively visit a declaration, by dispatching to
701 case TemplateArgument::Declaration:
733 case TemplateArgument::Declaration:
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 71 print >>file, '/* Structure declaration for %s */' % self._name
86 dcl = entry.Declaration()
461 def Declaration(self):
552 def Declaration(self):
619 def Declaration(self):
745 def Declaration(self):
850 def Declaration(self):
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 300 case TemplateArgument::Declaration:
DumpXML.cpp 295 /// Visits a reference to the given declaration.
322 case TemplateArgument::Declaration: {
367 // # belong to the declaration itself.
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/clang/lib/Frontend/
ASTUnit.cpp 267 /// declaration should be shown.
368 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
377 QualType UsageType = getDeclUsageType(*Ctx, Results[I].Declaration);
419 if (isa<NamespaceDecl>(Results[I].Declaration) ||
420 isa<NamespaceAliasDecl>(Results[I].Declaration))
826 /// \brief Add the given declaration to the hash of all top-level entities.
    [all...]
  /external/bison/data/
glr.c 166 dnl # Declaration that might either go into the header (if --defines)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 452 class Declaration(NavigableString):
    [all...]

Completed in 919 milliseconds

1 2