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

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 109 llvm::Value *Declaration;
111 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
115 Declaration =
120 CurI->replaceAllUsesWith(Declaration);
  /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/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/include/clang/AST/
TemplateBase.h 48 /// The template argument is a declaration that was provided for a pointer,
50 Declaration,
120 /// declaration, which is either an external declaration or a
121 /// template declaration.
122 TemplateArgument(ValueDecl *D, bool ForRefParam) : Kind(Declaration) {
231 /// \brief Retrieve the declaration for a declaration non-type
234 assert(Kind == Declaration && "Unexpected kind");
238 /// \brief Retrieve whether a declaration is binding to
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 901 SmallString<128> &Declaration);
929 SmallString<128> &Declaration) {
932 std::string StringDecl = Declaration.str();
943 unsigned Length = Declaration.size();
954 Declaration = FormatRewriterContext.getRewrittenText(ID);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 328 assert(DC && "Should never have a null declaration context");
421 /// Declaration difference, uses ValueDecl
422 Declaration
887 FromIter->getKind() == TemplateArgument::Declaration;
890 ToIter->getKind() == TemplateArgument::Declaration;
894 "Template argument cannot be both integer and declaration");
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 452 class Declaration(NavigableString):
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 329 /// When the pointer at index I is non-NULL, the declaration with ID
336 /// \brief Mapping from global declaration IDs to the module in which the
337 /// declaration resides.
386 /// \brief Updates to the visible declarations of declaration contexts that
467 Declaration,
483 HiddenName(Decl *D) : Kind(Declaration), Loc(), D(D), Id() { }
494 assert(getKind() == Declaration && "Hidden name is not a declaration");
817 /// since the last time the declaration chains were linked.
823 /// Each element is the global declaration ID of the first declaration i
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/v8/src/
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...]
  /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 

Completed in 339 milliseconds