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

  /external/clang/include/clang/AST/
DeclOpenMP.h 42 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) :
43 Decl(DK, DC, L), NumVars(0) { }
DeclBase.h 316 Decl(Kind DK, DeclContext *DC, SourceLocation L)
318 Loc(L), DeclKind(DK), InvalidDecl(0),
321 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
324 if (StatisticsEnabled) add(DK);
327 Decl(Kind DK, EmptyShell Empty)
328 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0),
331 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
334 if (StatisticsEnabled) add(DK);
655 static unsigned getIdentifierNamespaceForKind(Kind DK);
    [all...]
Decl.h 157 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
158 : Decl(DK, DC, L), Name(N) { }
532 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L,
534 : NamedDecl(DK, DC, L, N), DeclType(T) {}
602 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
605 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
825 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),
614 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC,
617 : 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 384 Decl::Kind DK = I->getKind();
385 switch (DK) {
482 Out << "DeclKind: " << DK << '"' << I << "\"\n";
  /external/clang/lib/AST/
DeclBase.cpp 644 Decl::Kind DK = D->getDeclKind();
645 switch(DK) {
655 if (DK >= first##NAME && DK <= last##NAME) \
663 Decl::Kind DK = D->getKind();
664 switch(DK) {
674 if (DK >= first##NAME && DK <= last##NAME) \
    [all...]
DeclTemplate.cpp 711 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
718 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
728 Kind DK)
729 : 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/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 812 void SuggestParentheses(SourceLocation Loc, unsigned DK,
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js     [all...]

Completed in 312 milliseconds