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

  /external/clang/lib/Frontend/
ASTConsumers.cpp 371 Decl::Kind DK = I->getKind();
372 switch (DK) {
465 Out << "DeclKind: " << DK << '"' << *I << "\"\n";
  /external/clang/lib/AST/
DeclBase.cpp 600 Decl::Kind DK = D->getDeclKind();
601 switch(DK) {
611 if (DK >= first##NAME && DK <= last##NAME) \
619 Decl::Kind DK = D->getKind();
620 switch(DK) {
630 if (DK >= first##NAME && DK <= last##NAME) \
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 628 unsigned DK = diag::warn_excess_initializers_in_char_array_initializer;
630 DK = diag::err_excess_initializers_in_char_array_initializer;
634 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
647 unsigned DK = diag::warn_excess_initializers;
649 DK = diag::err_excess_initializers;
653 DK = diag::err_excess_initializers;
657 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 113 milliseconds