Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp517 bool IsDecl = VD->isThisDeclarationADefinition(Context) == in EndOpenMPDSABlock() local
519 Diag(VD->getLocation(), IsDecl ? diag::note_previous_decl in EndOpenMPDSABlock()
600 bool IsDecl = in ActOnOpenMPIdExpression() local
603 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
617 bool IsDecl = in ActOnOpenMPIdExpression() local
620 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
632 bool IsDecl = in ActOnOpenMPIdExpression() local
635 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
648 bool IsDecl = in ActOnOpenMPIdExpression() local
651 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()