Searched defs:Declaration (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/v8/tools/
H A Djsmin.py89 def Declaration(self, m): member in class:JavaScriptMinifier
278 self.Declaration,
/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp128 llvm::Value *Declaration; variable
130 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
134 Declaration =
139 CurI->replaceAllUsesWith(Declaration);
/external/lldb/include/lldb/Symbol/
H A DDeclaration.h1 //===-- Declaration.h -------------------------------------------*- C++ -*-===//
19 /// @class Declaration Declaration.h "lldb/Symbol/Declaration.h"
28 class Declaration class in namespace:lldb_private
34 Declaration () : function in class:lldb_private::Declaration
59 Declaration (const FileSpec& file_spec, uint32_t line = 0, uint32_t column = 0) : function in class:lldb_private::Declaration
69 /// Construct with a reference to another Declaration object.
71 Declaration (const Declaration function in class:lldb_private::Declaration
84 Declaration(const Declaration* decl_ptr) : function in class:lldb_private::Declaration
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h67 struct tgsi_declaration Declaration; member in struct:tgsi_full_declaration
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py586 class Declaration(Node,Parser): class in inherits:Node,Parser
672 class ParameterDeclaration(Declaration):
692 class StructDeclaration(Declaration):
743 node=Declaration()
H A Dgenpyx.py473 class Declaration(object): class in inherits:object
478 class ParameterDeclaration(Declaration):
483 class StructDeclaration(Declaration):
H A Dir.py793 class Declaration(genpyx.Declaration, Node): class in inherits:genpyx.Declaration, Node
811 if isinstance(node,Declaration):
814 self.expose(Declaration)
821 class ParameterDeclaration(genpyx.ParameterDeclaration, Declaration):
827 class StructDeclaration(genpyx.StructDeclaration, Declaration):
974 assert isinstance(declaration,Declaration)
1040 declaration = cparse.Declaration()
1157 cparse.Declaration : Declaration ,
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h67 struct tgsi_declaration Declaration; member in struct:tgsi_full_declaration
/external/chromium_org/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/include/clang/AST/
H A DTemplateBase.h49 Declaration, enumerator in enum:clang::TemplateArgument::ArgKind
136 DeclArg.Kind = Declaration;
247 assert(getKind() == Declaration && "Unexpected kind");
254 assert(getKind() == Declaration && "Unexpected kind");
480 assert(Argument.getKind() == TemplateArgument::Declaration);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp410 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
662 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, argument
665 if (!Declaration->hasDefinition())
667 for (const auto &It : Declaration->bases()) {
676 if (ClassDecl == Declaration) {
/external/clang/lib/Index/
H A DCommentToXML.cpp569 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);
956 Result << "<Declaration>";
957 SmallString<128> Declaration; local
958 getSourceTextOfDeclaration(DI, Declaration);
959 formatTextOfDeclaration(DI, Declaration);
960 appendToResultWithXMLEscaping(Declaration);
595 formatTextOfDeclaration( const DeclInfo *DI, SmallString<128> &Declaration) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py475 class Declaration(NavigableString): class in inherits:NavigableString
1444 "Handle DOCTYPEs and the like as Declaration objects."
1445 self._toStringSubclass(data, Declaration)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp450 /// Declaration difference, uses ValueDecl
451 Declaration enumerator in enum:__anon17714::TemplateDiff::DiffTree::DiffKind
933 FromIter->getKind() == TemplateArgument::Declaration;
936 ToIter->getKind() == TemplateArgument::Declaration;
1006 Tree.SetKind(DiffTree::Declaration);
1157 case TemplateArgument::Declaration:
1301 case DiffTree::Declaration: {
/external/clang/include/clang/Serialization/
H A DASTReader.h420 /// \brief Declaration updates for already-loaded declarations that we need
538 Declaration, enumerator in enum:clang::ASTReader::HiddenName::NameKind
551 HiddenName(Decl *D) : Kind(Declaration), D(D), Id() { }
559 assert(getKind() == Declaration && "Hidden name is not a declaration");
/external/chromium_org/v8/src/
H A Dast.h112 class Declaration;
487 class Declaration : public AstNode { class in namespace:v8::internal
496 Declaration(Zone* zone, function in class:v8::internal::Declaration
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),
589 class ImportDeclaration FINAL : public Declaration {
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp1904 /// DeclhasAttr - returns true if decl Declaration already has the target
4128 /// hasSimilarParameters - Determine whether the C++ functions Declaration
4136 FunctionDecl *Declaration,
4140 if (Declaration->param_size() != Definition->param_size())
4142 for (unsigned Idx = 0; Idx < Declaration->param_size(); ++Idx) {
4143 QualType DeclParamTy = Declaration->getParamDecl(Idx)->getType();
4135 hasSimilarParameters(ASTContext &Context, FunctionDecl *Declaration, FunctionDecl *Definition, SmallVectorImpl<unsigned> &Params) argument
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 508 milliseconds