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

  /external/chromium_org/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/lldb/include/lldb/Symbol/
Declaration.h 1 //===-- Declaration.h -------------------------------------------*- C++ -*-===//
19 /// @class Declaration Declaration.h "lldb/Symbol/Declaration.h"
20 /// @brief A class that describes the declaration location of a
28 class Declaration
34 Declaration () :
59 Declaration (const FileSpec& file_spec, uint32_t line = 0, uint32_t column = 0) :
69 /// Construct with a reference to another Declaration object.
71 Declaration (const Declaration& rhs)
    [all...]
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 128 llvm::Value *Declaration;
130 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
134 Declaration =
139 CurI->replaceAllUsesWith(Declaration);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 67 struct tgsi_declaration Declaration;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 586 class Declaration(Node,Parser):
602 # empty declaration...
672 class ParameterDeclaration(Declaration):
692 class StructDeclaration(Declaration):
704 # empty declaration...
743 node=Declaration()
genpyx.py 473 class Declaration(object):
478 class ParameterDeclaration(Declaration):
483 class StructDeclaration(Declaration):
ir.py 793 class Declaration(genpyx.Declaration, Node):
811 if isinstance(node,Declaration):
814 self.expose(Declaration)
821 class ParameterDeclaration(genpyx.ParameterDeclaration, Declaration):
827 class StructDeclaration(genpyx.StructDeclaration, Declaration):
970 declaration=self[i]
972 if verbose: declaration.psource()
973 if verbose: print declaration.deepstr(),'\n'
974 assert isinstance(declaration,Declaration
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 67 struct tgsi_declaration Declaration;
  /external/chromium_org/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/include/clang/AST/
TemplateBase.h 47 /// The template argument is a declaration that was provided for a pointer,
49 Declaration,
132 /// declaration, which is either an external declaration or a
133 /// template declaration.
136 DeclArg.Kind = Declaration;
244 /// \brief Retrieve the declaration for a declaration non-type
247 assert(getKind() == Declaration && "Unexpected kind");
251 /// \brief Retrieve whether a declaration is binding to
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 569 SmallString<128> &Declaration);
596 const DeclInfo *DI, SmallString<128> &Declaration) {
599 std::string StringDecl = Declaration.str();
610 unsigned Length = Declaration.size();
621 Declaration = FormatRewriterContext.getRewrittenText(ID);
955 // Pretty-print the declaration.
956 Result << "<Declaration>";
957 SmallString<128> Declaration;
958 getSourceTextOfDeclaration(DI, Declaration);
959 formatTextOfDeclaration(DI, Declaration);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 475 class Declaration(NavigableString):
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 342 assert(DC && "Should never have a null declaration context");
450 /// Declaration difference, uses ValueDecl
451 Declaration
885 // A forward declaration can have no default arg but the actual class
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 400 /// When the pointer at index I is non-NULL, the declaration with ID
407 /// \brief Mapping from global declaration IDs to the module in which the
408 /// declaration resides.
420 /// \brief Declaration updates for already-loaded declarations that we need
462 /// \brief Updates to the visible declarations of declaration contexts that
538 Declaration,
551 HiddenName(Decl *D) : Kind(Declaration), D(D), Id() { }
559 assert(getKind() == Declaration && "Hidden name is not a declaration");
    [all...]
  /external/chromium_org/v8/src/
ast.h 112 class Declaration;
487 class Declaration : public AstNode {
496 Declaration(Zone* zone,
512 // Nested scope from which the declaration originated.
517 class VariableDeclaration FINAL : public Declaration {
531 : Declaration(zone, proxy, mode, scope, pos) {
536 class FunctionDeclaration FINAL : public Declaration {
553 : Declaration(zone, proxy, mode, scope, pos),
565 class ModuleDeclaration FINAL : public Declaration {
580 : Declaration(zone, proxy, MODULE, scope, pos)
    [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 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 994 milliseconds