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

  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 272 class Typedef(_GenericDeclaration):
693 # Keep the state whether we are currently handling a typedef or not.
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 158 // Create the new typedef
159 TypedefNameDecl *Typedef;
161 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
164 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
167 Typedef->setInvalidDecl();
169 // If the old typedef was the name for linkage purposes of an anonymous
170 // tag decl, re-establish that relationship for the new typedef.
176 newTag->setTypedefNameForAnonDecl(Typedef);
188 // If the typedef types are not identical, reject them.
189 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef);
    [all...]
TreeTransform.h 717 /// \brief Build a new typedef type.
718 QualType RebuildTypedefType(TypedefNameDecl *Typedef) {
719 return SemaRef.Context.getTypeDeclType(Typedef);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 113 milliseconds