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

  /external/clang/lib/ARCMigrate/
Transforms.h 171 bool IsDecl = false);
178 bool IsDecl = false);
Transforms.cpp 125 ASTContext &Ctx, bool IsDecl) {
126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
138 bool IsDecl) {
164 if (!IsDecl)
168 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
  /external/clang/lib/Sema/
SemaOpenMP.cpp 696 bool IsDecl =
699 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
713 bool IsDecl =
716 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
728 bool IsDecl =
731 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
744 bool IsDecl =
747 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
758 bool IsDecl =
761 IsDecl ? diag::note_previous_decl : diag::note_defined_here
    [all...]

Completed in 222 milliseconds