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 377 Decl::Kind DK = I->getKind();
378 switch (DK) {
475 Out << "DeclKind: " << DK << '"' << *I << "\"\n";
  /external/clang/lib/AST/
DeclBase.cpp 602 Decl::Kind DK = D->getDeclKind();
603 switch(DK) {
613 if (DK >= first##NAME && DK <= last##NAME) \
621 Decl::Kind DK = D->getKind();
622 switch(DK) {
632 if (DK >= first##NAME && DK <= last##NAME) \
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 710 unsigned DK = diag::warn_excess_initializers_in_char_array_initializer;
712 DK = diag::err_excess_initializers_in_char_array_initializer;
716 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
729 unsigned DK = diag::warn_excess_initializers;
731 DK = diag::err_excess_initializers;
735 DK = diag::err_excess_initializers;
739 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 56 milliseconds