Home
last modified time | relevance | path

Searched refs:Typedef (Results 1 – 25 of 72) sorted by relevance

123

/external/clang/test/Index/
Dannotate-comments-typedef.m20Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name>&lt;anonym…
31Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><…
38Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name>&lt;anony…
48Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Na…
Dcomment-cplus11-specific.cpp15 typedef inner::Opaque Typedef; typedef
/external/skia/docs/
Dundocumented.bmh97 #Typedef uint32_t SkColor
98 #Typedef ##
100 #Typedef uint32_t SkPMColor
101 #Typedef ##
430 #Typedef uint16_t SkGlyphID
431 #Typedef ##
434 #Typedef float SkScalar
435 #Typedef ##
467 #Typedef int32_t SkUnichar
468 #Typedef ##
[all …]
DSkIPoint_Reference.bmh460 #Typedef SkIPoint SkIVector
461 #Typedef ##
/external/skqp/docs/
Dundocumented.bmh97 #Typedef uint32_t SkColor
98 #Typedef ##
100 #Typedef uint32_t SkPMColor
101 #Typedef ##
445 #Typedef uint16_t SkGlyphID
446 #Typedef ##
449 #Typedef float SkScalar
450 #Typedef ##
482 #Typedef int32_t SkUnichar
483 #Typedef ##
[all …]
DSkIPoint_Reference.bmh446 #Typedef SkIPoint SkIVector
447 #Typedef ##
/external/tpm2/generator/
Dstructure_generator_test.py25 typedef = structure_generator.Typedef('int', 'INT')
26 typedef2 = structure_generator.Typedef('INT', 'INT2')
37 typedef = structure_generator.Typedef('int', 'UINT16')
51 typedef = structure_generator.Typedef('int', 'UINT16')
66 typedef = structure_generator.Typedef('int', 'UINT16')
92 typedef = structure_generator.Typedef('int', 'UINT16')
118 typedef = structure_generator.Typedef('int', 'UINT16')
Dtpm_table.py19 from structure_generator import Typedef
267 self._type_map[new_type] = Typedef(old_type, new_type)
/external/clang/test/Modules/
Dno-linkage.cpp7 struct Typedef { int n; }; // expected-note {{candidate}} argument
31 use(Typedef().n); in use_things()
46 use(Typedef().n); // expected-error {{ambiguous}} in use_things_again()
/external/llvm/test/tools/llvm-pdbdump/Inputs/
DClassLayoutTest.cpp24 typedef int Typedef; typedef
28 Typedef TypedefVar;
/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp46 while (auto Typedef = Typedefs->getNext()) in start() local
47 Typedef->dump(*this); in start()
/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h3 typedef int Typedef; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeTypedef.h26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
DPDBTypes.h186 Typedef, enumerator
/external/clang/lib/Analysis/
DFormatString.cpp909 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() local
912 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier()
931 QualType T = Typedef->getUnderlyingType(); in namedTypeToLengthModifier()
935 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp502 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
504 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl()
507 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl()
510 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl()
519 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()
532 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
534 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
537 SemaRef.InstantiateAttrs(TemplateArgs, D, Typedef); in InstantiateTypedefNameDecl()
539 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl()
541 return Typedef; in InstantiateTypedefNameDecl()
[all …]
/external/clang/lib/AST/
DTypePrinter.cpp182 case Type::Typedef: in canPrefixQualifiers()
930 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
931 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope()
966 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
967 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag()
968 OS << Typedef->getIdentifier()->getName(); in printTag()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp344 InsertItemWithTag(PDB_SymType::Typedef); in SetUp()
406 VerifyDyncast<PDBSymbolTypeTypedef>(PDB_SymType::Typedef); in TEST_F()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp85 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in create()
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m27 // Typedef and declaration separately
/external/clang/include/clang/Basic/
DDeclNodes.td24 def Typedef : DDecl<TypedefName>;
/external/clang/tools/libclang/
DCXType.cpp83 TKCASE(Typedef); in GetTypeKind()
396 case Type::Typedef: in clang_getTypeDeclaration()
485 TKIND(Typedef); in clang_getTypeKindSpelling()
/external/clang/lib/Serialization/
DASTCommon.cpp246 case Decl::Typedef: in isRedeclarableDeclKind()
/external/protobuf/editors/
Dproto.vim94 HiLink pbTypedef Typedef
/external/clang/include/clang/AST/
DTypeNodes.def83 NON_CANONICAL_TYPE(Typedef, Type)

123