Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransforms.h171 bool IsDecl = false);
178 bool IsDecl = false);
DTransforms.cpp124 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument
125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
137 bool IsDecl) { in findSemiAfterLocation() argument
163 if (!IsDecl) in findSemiAfterLocation()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1191 bool IsDecl = in ActOnOpenMPIdExpression() local
1194 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1208 bool IsDecl = in ActOnOpenMPIdExpression() local
1211 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1223 bool IsDecl = in ActOnOpenMPIdExpression() local
1226 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1239 bool IsDecl = in ActOnOpenMPIdExpression() local
1242 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1253 bool IsDecl = in ActOnOpenMPIdExpression() local
1256 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
[all …]
/external/clang/lib/Parse/
DParseTentative.cpp364 bool update(TPResult IsDecl) { in update()
365 switch (IsDecl) { in update()