Searched refs:Declaration (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/src/
H A Dprettyprinter.h74 void PrintDeclarations(ZoneList<Declaration*>* declarations);
99 void PrintDeclarations(ZoneList<Declaration*>* declarations);
H A Dscopes.h191 void AddDeclaration(Declaration* declaration);
212 Declaration* CheckConflictingVarDeclarations();
335 ZoneList<Declaration*>* declarations() { return &decls_; }
448 ZoneList<Declaration*> decls_;
H A Dast.h125 class Declaration;
222 virtual Declaration* AsDeclaration() { return NULL; }
446 class Declaration: public AstNode { class in namespace:v8::internal
454 virtual Declaration* AsDeclaration() { return this; }
457 Declaration(VariableProxy* proxy, function in class:v8::internal::Declaration
478 class VariableDeclaration: public Declaration {
492 : Declaration(proxy, mode, scope) {
497 class FunctionDeclaration: public Declaration {
514 : Declaration(proxy, mode, scope),
526 class ModuleDeclaration: public Declaration {
[all...]
H A Dscopes.cc505 void Scope::AddDeclaration(Declaration* declaration) {
525 Declaration* Scope::CheckConflictingVarDeclarations() {
528 Declaration* decl = decls_[i];
H A Dast.cc388 bool Declaration::IsInlineable() const {
626 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
H A Dprettyprinter.cc579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
H A Dfull-codegen.h379 void VisitDeclarations(ZoneList<Declaration*>* declarations);
H A Dfull-codegen.cc575 ZoneList<Declaration*>* declarations) {
587 Declaration* decl = declarations->at(i);
H A Dparser.cc1255 Declaration* declaration =
1466 Declaration* declaration =
1712 void Parser::Declare(Declaration* declaration, bool resolve, bool* ok) {
1720 // variable and also set its mode. In any case, a Declaration node
1925 Declaration* declaration =
1954 Declaration* declaration =
2186 Declaration* declaration =
4878 Declaration* decl = scope->CheckConflictingVarDeclarations();
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h652 NamedDecl *Declaration;
704 CodeCompletionResult(NamedDecl *Declaration,
708 : Kind(RK_Declaration), Declaration(Declaration),
709 Priority(getPriorityFromDecl(Declaration)),
719 : Kind(RK_Keyword), Declaration(0), Keyword(Keyword), Priority(Priority),
729 : Kind(RK_Macro), Declaration(0), Macro(Macro), Priority(Priority),
743 : Kind(RK_Pattern), Declaration(D), Pattern(Pattern), Priority(Priority),
755 : Kind(RK_Pattern), Declaration(D), Pattern(Pattern), Priority(Priority),
766 return Declaration;
[all...]
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp472 OS << *Results[I].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();
H A DSemaCodeComplete.cpp557 DeclContext *HiddenCtx = R.Declaration->getDeclContext()->getRedeclContext();
573 R.Declaration->getDeclContext());
710 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(R.Declaration))
717 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
733 if (!SemaRef.getLangOpts().CPlusPlus || !R.Declaration ||
738 NamedDecl *D = R.Declaration;
762 R.Declaration = *Ctors.first;
763 R.CursorKind = getCursorKindForDecl(R.Declaration);
778 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
783 Decl *CanonDecl = R.Declaration
[all...]
H A DSemaTemplateDeduction.cpp194 Y.getKind() == TemplateArgument::Declaration ||
226 Y.getKind() == TemplateArgument::Declaration)
242 case TemplateArgument::Declaration:
255 if (Y.getKind() == TemplateArgument::Declaration &&
1587 case TemplateArgument::Declaration:
1588 if (Arg.getKind() == TemplateArgument::Declaration &&
1628 if (Arg.getKind() == TemplateArgument::Declaration)
1859 case TemplateArgument::Declaration:
1923 case TemplateArgument::Declaration: {
4430 case TemplateArgument::Declaration
[all...]
/external/v8/tools/
H A Djsmin.py89 def Declaration(self, m): member in class:JavaScriptMinifier
278 self.Declaration,
/external/clang/include/clang/AST/
H A DTemplateBase.h51 Declaration, enumerator in enum:clang::TemplateArgument::ArgKind
103 TemplateArgument(Decl *D) : Kind(Declaration) {
262 if (Kind != Declaration)
481 assert(Argument.getKind() == TemplateArgument::Declaration);
H A DRecursiveASTVisitor.h701 case TemplateArgument::Declaration:
733 case TemplateArgument::Declaration:
1469 case TSK_Undeclared: // Declaration of the template definition.
/external/chromium/third_party/libevent/
H A Devent_rpcgen.py86 dcl = entry.Declaration()
461 def Declaration(self): member in class:EntryBytes
552 def Declaration(self): member in class:EntryInt
619 def Declaration(self): member in class:EntryString
745 def Declaration(self): member in class:EntryStruct
850 def Declaration(self): member in class:EntryVarBytes
1044 def Declaration(self): function
/external/clang/lib/AST/
H A DTypeLoc.cpp300 case TemplateArgument::Declaration:
H A DDumpXML.cpp322 case TemplateArgument::Declaration: {
H A DStmtProfile.cpp1159 case TemplateArgument::Declaration:
/external/clang/lib/Frontend/
H A DASTUnit.cpp368 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))
2151 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace();
2168 DeclarationName Name = Results[I].Declaration->getDeclName();
/external/bison/data/
H A Dglr.c166 dnl # Declaration that might either go into the header (if --defines)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py452 class Declaration(NavigableString): class in inherits:NavigableString
1096 "Handle DOCTYPEs and the like as Declaration objects."
1097 self._toStringSubclass(data, Declaration)
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp727 case TemplateArgument::Declaration:

Completed in 687 milliseconds

12