HomeSort by relevance Sort by last modified time
    Searched refs:DK (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/AST/
DeclOpenMP.h 41 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) :
42 Decl(DK, DC, L), NumVars(0) { }
DeclBase.h 314 Decl(Kind DK, DeclContext *DC, SourceLocation L)
316 Loc(L), DeclKind(DK), InvalidDecl(0),
319 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
322 if (StatisticsEnabled) add(DK);
325 Decl(Kind DK, EmptyShell Empty)
326 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0),
329 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
332 if (StatisticsEnabled) add(DK);
649 static unsigned getIdentifierNamespaceForKind(Kind DK);
    [all...]
Decl.h 116 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
117 : Decl(DK, DC, L), Name(N) { }
475 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L,
477 : NamedDecl(DK, DC, L, N), DeclType(T) {}
545 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
548 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
770 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
    [all...]
DeclTemplate.h 233 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
235 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr),
240 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
242 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr),
246 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
249 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl),
625 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC,
628 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C),
    [all...]
DeclObjC.h 518 ObjCContainerDecl(Kind DK, DeclContext *DC,
521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
DeclCXX.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 236 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 375 Decl::Kind DK = I->getKind();
376 switch (DK) {
473 Out << "DeclKind: " << DK << '"' << I << "\"\n";
  /external/clang/lib/AST/
DeclBase.cpp 623 Decl::Kind DK = D->getDeclKind();
624 switch(DK) {
634 if (DK >= first##NAME && DK <= last##NAME) \
642 Decl::Kind DK = D->getKind();
643 switch(DK) {
653 if (DK >= first##NAME && DK <= last##NAME) \
    [all...]
DeclTemplate.cpp 690 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
697 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
707 Kind DK)
708 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(),
    [all...]
Decl.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 57 Cp277 EBCDIC-CP-DK,EBCDIC-CP-NO,IBM277,csIBM277 0x0019
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 310 DK(new String[]{
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 86 /// \param DK The kind of diagnostic to emit.
88 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK,
94 Diag(Loc, DK);
98 Diag(Loc, DK)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 823 void SuggestParentheses(SourceLocation Loc, unsigned DK,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 632 milliseconds