HomeSort by relevance Sort by last modified time
    Searched refs:Typedef (Results 26 - 42 of 42) sorted by null

12

  /external/clang/lib/AST/
Type.cpp 55 else if (ty->getTypeClass() == Type::Typedef)
207 // If this is a typedef for an array type, strip the typedef off without
208 // losing all typedef information.
436 // If this is a typedef for a structure type, strip the typedef off without
437 // losing all typedef information.
455 // If this is a typedef for a union type, strip the typedef off without
456 // losing all typedef information
    [all...]
ItaniumMangle.cpp 109 typedef std::pair<const DeclContext*, IdentifierInfo*> DiscriminatorKeyTy;
922 case Type::Typedef:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_idl_parser.pm 117 struct( Typedef => {
126 # Maps 'typedef name' -> Typedef
185 my $typedef = $typedefs{$name};
186 my $msg = "Unexpected extendedAttributeList in typedef \"$name\" at " . $self->{Line};
190 die $msg if %{$typedef->extendedAttributes};
348 my $nextDefinitions_1 = '^(::|callback|dictionary|enum|exception|interface|partial|typedef)$';
353 my $nextArgumentName_1 = '^(attribute|callback|const|creator|deleter|dictionary|enum|exception|getter|implements|inherit|interface|legacycaller|partial|serializer|setter|static|stringifier|typedef|unrestricted)$';
396 my $typedef = $typedefs{$constant->type};
398 $constant->type($typedef->type)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDecl.cpp 112 case Decl::Typedef: // typedef int X;
    [all...]
CGDebugInfo.cpp 426 // typedef struct objc_class *Class;
427 // typedef struct objc_object {
586 // The frontend treats 'id' as a typedef to an ObjCObjectType,
758 // Typedefs are derived from some other type. If we have a typedef of a
759 // typedef, make sure to emit the whole chain.
764 // We don't set size information, but do specify where the typedef was
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaCodeComplete.cpp 49 typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
51 typedef CodeCompletionResult Result;
62 typedef std::pair<const NamedDecl *, unsigned> DeclIndexPair;
68 typedef SmallVector<DeclIndexPair, 4> DeclIndexPairVector;
120 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap;
352 typedef DeclIndexPair value_type;
353 typedef value_type reference;
354 typedef std::ptrdiff_t difference_type;
355 typedef std::input_iterator_tag iterator_category;
    [all...]
SemaDecl.cpp 380 /// typedef int TYPE;
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 102 typedef CanQual<Type> CanQualType;
779 /// typedef int Integer;
780 /// typedef const Integer CInteger;
781 /// typedef CInteger DifferenceType;
842 /// This routine takes off the first typedef, typeof, etc. If the outer level
    [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 
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 810 Getr += "typedef ";
    [all...]
RewriteModernObjC.cpp     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 650 milliseconds

12