Home
last modified time | relevance | path

Searched refs:DK (Results 1 – 25 of 181) sorted by relevance

12345678

/external/clang/include/clang/AST/
DDecl.h114 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument
115 : Decl(DK, DC, L), Name(N) { } in NamedDecl()
533 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument
535 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl()
605 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument
608 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl()
815 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in VarDecl() argument
819 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() { in VarDecl()
1244 ParmVarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument
1248 : VarDecl(DK, DC, StartLoc, IdLoc, Id, T, TInfo, S, SCAsWritten) { in ParmVarDecl()
[all …]
DDeclBase.h304 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument
306 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl()
309 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
312 if (StatisticsEnabled) add(DK); in Decl()
315 Decl(Kind DK, EmptyShell Empty) in Decl() argument
316 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl()
319 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
322 if (StatisticsEnabled) add(DK); in Decl()
609 static unsigned getIdentifierNamespaceForKind(Kind DK);
DDeclTemplate.h219 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
221 : NamedDecl(DK, DC, L, Name), TemplatedDecl(0), TemplateParams(0) { } in TemplateDecl()
225 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
227 : NamedDecl(DK, DC, L, Name), TemplatedDecl(0), TemplateParams(Params) { } in TemplateDecl()
230 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
233 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), in TemplateDecl()
595 RedeclarableTemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in RedeclarableTemplateDecl() argument
598 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { } in RedeclarableTemplateDecl()
1395 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1403 explicit ClassTemplateSpecializationDecl(Kind DK);
/external/clang/lib/AST/
DDeclBase.cpp600 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
601 switch(DK) { in castFromDeclContext()
611 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext()
619 Decl::Kind DK = D->getKind(); in castToDeclContext() local
620 switch(DK) { in castToDeclContext()
630 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
DDeclTemplate.cpp693 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument
700 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl()
709 ClassTemplateSpecializationDecl::ClassTemplateSpecializationDecl(Kind DK) in ClassTemplateSpecializationDecl() argument
710 : CXXRecordDecl(DK, TTK_Struct, 0, SourceLocation(), SourceLocation(), 0, 0), in ClassTemplateSpecializationDecl()
/external/clang/lib/Frontend/
DASTConsumers.cpp371 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
372 switch (DK) { in PrintDeclContext()
465 Out << "DeclKind: " << DK << '"' << *I << "\"\n"; in PrintDeclContext()
/external/icu4c/data/region/
Dhaw.txt18 DK{"Kenemaka"}
Dkk.txt67 DK{"Дания"}
Dps.txt27 DK{"ډنمارک"}
Dfa_AF.txt34 DK{"دنمارک"}
Dsi.txt89 DK{"ඩෙන්මාර්කය"}
Dkm.txt57 DK{"ដាណឺម៉ាក"}
Dhy.txt58 DK{"Դանիա"}
Dmy.txt84 DK{"ဒိန်းမတ်"}
Dvai.txt66 DK{"ꕜꕇꕮꕃ"}
Ddyo.txt60 DK{"Danmark"}
Dshi_Tfng.txt66 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
Dka.txt102 DK{"დანია"}
Dbe.txt98 DK{"Данія"}
Dta.txt109 DK{"டென்மார்க்"}
Dfa.txt107 DK{"دانمارک"}
Dbn.txt109 DK{"ডেনমার্ক"}
Dhi.txt109 DK{"डेनमार्क"}
Dko.txt107 DK{"덴마크"}
/external/icu4c/data/misc/
Dmetadata.txt111 "DK",
389 208{"DK"}
659 DNK{"DK"}

12345678