Home
last modified time | relevance | path

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

1234567

/external/clang/include/clang/AST/
DDecl.h105 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 …]
DDeclBase.h278 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);
DDeclTemplate.h202 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/
DDeclBase.cpp555 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()
DDeclTemplate.cpp570 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/
DASTConsumers.cpp299 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/
Dhaw.txt18 DK{"Kenemaka"}
Dps.txt27 DK{"ډنمارک"}
Dfa_AF.txt35 DK{"دنمارک"}
Dkm.txt57 DK{"ដាណឺម៉ាក"}
Dhy.txt58 DK{"Դանիա"}
Dmy.txt84 DK{"ဒိန်းမတ်"}
Dam.txt66 DK{"ዴንማርክ"}
Dbe.txt98 DK{"Данія"}
Dka.txt102 DK{"დანია"}
Dshi_Tfng.txt67 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
Dgu.txt109 DK{"ડેનમાર્ક"}
Dkn.txt106 DK{"ಡೆನ್ಮಾರ್ಕ್"}
Del.txt108 DK{"Δανία"}
Dzh.txt108 DK{"丹麦"}
Dar.txt107 DK{"الدانمرك"}
Dor.txt106 DK{"ଡେନମାର୍କ"}
Dbn.txt106 DK{"ডেনমার্ক"}
Dhe.txt105 DK{"דנמרק"}
Dhi.txt106 DK{"डेनमार्क"}

1234567