Home
last modified time | relevance | path

Searched refs:IsDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp696 bool IsDecl = in ActOnOpenMPIdExpression() local
699 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
713 bool IsDecl = in ActOnOpenMPIdExpression() local
716 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
728 bool IsDecl = in ActOnOpenMPIdExpression() local
731 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
744 bool IsDecl = in ActOnOpenMPIdExpression() local
747 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
758 bool IsDecl = in ActOnOpenMPIdExpression() local
761 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
[all …]
/external/clang/lib/ARCMigrate/
DTransforms.h171 bool IsDecl = false);
178 bool IsDecl = false);
DTransforms.cpp125 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument
126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
138 bool IsDecl) { in findSemiAfterLocation() argument
164 if (!IsDecl) in findSemiAfterLocation()