/external/clang/test/Index/ |
D | annotate-comments-typedef.m | 20 …Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name><anonym… 31 …Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><… 38 …Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name><anony… 48 …Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Na…
|
D | comment-cplus11-specific.cpp | 15 typedef inner::Opaque Typedef; typedef
|
/external/skia/docs/ |
D | undocumented.bmh | 97 #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 …]
|
D | SkIPoint_Reference.bmh | 460 #Typedef SkIPoint SkIVector 461 #Typedef ##
|
/external/skqp/docs/ |
D | undocumented.bmh | 97 #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 …]
|
D | SkIPoint_Reference.bmh | 446 #Typedef SkIPoint SkIVector 447 #Typedef ##
|
/external/tpm2/generator/ |
D | structure_generator_test.py | 25 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')
|
D | tpm_table.py | 19 from structure_generator import Typedef 267 self._type_map[new_type] = Typedef(old_type, new_type)
|
/external/clang/test/Modules/ |
D | no-linkage.cpp | 7 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/ |
D | ClassLayoutTest.cpp | 24 typedef int Typedef; typedef 28 Typedef TypedefVar;
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypeDumper.cpp | 46 while (auto Typedef = Typedefs->getNext()) in start() local 47 Typedef->dump(*this); in start()
|
/external/clang/test/Modules/Inputs/no-linkage/ |
D | decls.h | 3 typedef int Typedef; typedef
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeTypedef.h | 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
|
D | PDBTypes.h | 186 Typedef, enumerator
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 909 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/ |
D | SemaTemplateInstantiateDecl.cpp | 502 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/ |
D | TypePrinter.cpp | 182 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/ |
D | PDBApiTest.cpp | 344 InsertItemWithTag(PDB_SymType::Typedef); in SetUp() 406 VerifyDyncast<PDBSymbolTypeTypedef>(PDB_SymType::Typedef); in TEST_F()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 85 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in create()
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 27 // Typedef and declaration separately
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 24 def Typedef : DDecl<TypedefName>;
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 83 TKCASE(Typedef); in GetTypeKind() 396 case Type::Typedef: in clang_getTypeDeclaration() 485 TKIND(Typedef); in clang_getTypeKindSpelling()
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 246 case Decl::Typedef: in isRedeclarableDeclKind()
|
/external/protobuf/editors/ |
D | proto.vim | 94 HiLink pbTypedef Typedef
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 83 NON_CANONICAL_TYPE(Typedef, Type)
|