Searched defs:IsDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.cpp125 ASTContext &Ctx, bool IsDecl) {
126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
138 bool IsDecl) {
164 if (!IsDecl)
168 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
124 findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
136 findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp517 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
519 Diag(VD->getLocation(), IsDecl ? diag::note_previous_decl
600 bool IsDecl = local
603 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
617 bool IsDecl = local
620 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
632 bool IsDecl = local
635 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
648 bool IsDecl = local
651 IsDecl
662 bool IsDecl = local
743 bool IsDecl = local
754 bool IsDecl = local
2428 bool IsDecl = local
2460 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
2477 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
2559 bool IsDecl = local
2588 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
2605 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
2745 bool IsDecl = local
2811 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
2831 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
3058 bool IsDecl = local
3071 bool IsDecl = local
3103 bool IsDecl = local
3113 bool IsDecl = local
3129 bool IsDecl = local
3196 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
3213 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
3301 bool IsDecl = local
3313 bool IsDecl = local
3327 bool IsDecl = local
3401 bool IsDecl = local
3500 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
3603 bool IsDecl = VD->isThisDeclarationADefinition(Context) == local
[all...]

Completed in 105 milliseconds