Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp817 bool IsDecl = in ActOnOpenMPIdExpression() local
820 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
834 bool IsDecl = in ActOnOpenMPIdExpression() local
837 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
849 bool IsDecl = in ActOnOpenMPIdExpression() local
852 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
865 bool IsDecl = in ActOnOpenMPIdExpression() local
868 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
879 bool IsDecl = in ActOnOpenMPIdExpression() local
882 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransforms.h171 bool IsDecl = false);
178 bool IsDecl = false);
HDTransforms.cpp126 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument
127 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
139 bool IsDecl) { in findSemiAfterLocation() argument
165 if (!IsDecl) in findSemiAfterLocation()