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

  /external/clang/lib/Sema/
SemaOpenMP.cpp 517 bool IsDecl = VD->isThisDeclarationADefinition(Context) ==
519 Diag(VD->getLocation(), IsDecl ? diag::note_previous_decl
600 bool IsDecl =
603 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
617 bool IsDecl =
620 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
632 bool IsDecl =
635 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
648 bool IsDecl =
651 IsDecl ? diag::note_previous_decl : diag::note_defined_here
    [all...]
  /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);

Completed in 44 milliseconds