/external/clang/include/clang/AST/ |
D | Decl.h | 105 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 106 : Decl(DK, DC, L), Name(N) { } in NamedDecl() 490 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 492 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 556 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 559 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 749 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in VarDecl() argument 753 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() { in VarDecl() 1182 ParmVarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1186 : VarDecl(DK, DC, StartLoc, IdLoc, Id, T, TInfo, S, SCAsWritten) { in ParmVarDecl() [all …]
|
D | DeclBase.h | 278 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 280 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl() 283 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 286 if (Decl::CollectingStats()) add(DK); in Decl() 289 Decl(Kind DK, EmptyShell Empty) in Decl() argument 290 : NextDeclInContext(0), DeclKind(DK), InvalidDecl(0), in Decl() 293 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 296 if (Decl::CollectingStats()) add(DK); in Decl() 534 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
D | DeclTemplate.h | 202 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 204 : NamedDecl(DK, DC, L, Name), TemplatedDecl(0), TemplateParams(0) { } in TemplateDecl() 208 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 210 : NamedDecl(DK, DC, L, Name), TemplatedDecl(0), TemplateParams(Params) { } in TemplateDecl() 213 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 216 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), in TemplateDecl() 587 RedeclarableTemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in RedeclarableTemplateDecl() argument 590 : TemplateDecl(DK, DC, L, Name, Params, Decl), in RedeclarableTemplateDecl() 1354 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, 1362 explicit ClassTemplateSpecializationDecl(Kind DK);
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 555 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 556 switch(DK) { in castFromDeclContext() 566 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext() 575 Decl::Kind DK = D->getKind(); in castToDeclContext() local 576 switch(DK) { in castToDeclContext() 586 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
|
D | DeclTemplate.cpp | 570 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 577 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 586 ClassTemplateSpecializationDecl::ClassTemplateSpecializationDecl(Kind DK) in ClassTemplateSpecializationDecl() argument 587 : CXXRecordDecl(DK, TTK_Struct, 0, SourceLocation(), SourceLocation(), 0, 0), in ClassTemplateSpecializationDecl()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 299 Decl::Kind DK = I->getKind(); in PrintDeclContext() local 300 switch (DK) { in PrintDeclContext() 393 Out << "DeclKind: " << DK << '"' << *I << "\"\n"; in PrintDeclContext()
|
/external/icu4c/data/region/ |
D | haw.txt | 18 DK{"Kenemaka"}
|
D | ps.txt | 27 DK{"ډنمارک"}
|
D | fa_AF.txt | 35 DK{"دنمارک"}
|
D | km.txt | 57 DK{"ដាណឺម៉ាក"}
|
D | hy.txt | 58 DK{"Դանիա"}
|
D | my.txt | 84 DK{"ဒိန်းမတ်"}
|
D | am.txt | 66 DK{"ዴንማርክ"}
|
D | be.txt | 98 DK{"Данія"}
|
D | ka.txt | 102 DK{"დანია"}
|
D | shi_Tfng.txt | 67 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
|
D | gu.txt | 109 DK{"ડેનમાર્ક"}
|
D | kn.txt | 106 DK{"ಡೆನ್ಮಾರ್ಕ್"}
|
D | el.txt | 108 DK{"Δανία"}
|
D | zh.txt | 108 DK{"丹麦"}
|
D | ar.txt | 107 DK{"الدانمرك"}
|
D | or.txt | 106 DK{"ଡେନମାର୍କ"}
|
D | bn.txt | 106 DK{"ডেনমার্ক"}
|
D | he.txt | 105 DK{"דנמרק"}
|
D | hi.txt | 106 DK{"डेनमार्क"}
|