Home
last modified time | relevance | path

Searched refs:IsDecl (Results 1 – 3 of 3) 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.cpp1026 bool IsDecl = in ActOnOpenMPIdExpression() local
1029 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1043 bool IsDecl = in ActOnOpenMPIdExpression() local
1046 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1058 bool IsDecl = in ActOnOpenMPIdExpression() local
1061 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1074 bool IsDecl = in ActOnOpenMPIdExpression() local
1077 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1088 bool IsDecl = in ActOnOpenMPIdExpression() local
1091 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
[all …]