Home | History | Annotate | Download | only in Parse

Lines Matching defs:Name

1095   // A name introduced by a declaration in a condition is in scope from its
1125 // -Sema will detect name clashes by considering declarations of a
1219 // A name introduced by a declaration in a condition is in scope from its
1304 // A name introduced by a declaration in a condition is in scope from its
1478 // A name introduced by a declaration in a condition is in scope from its
1528 IdentifierInfo *Name = Tok.getIdentifierInfo();
1543 FirstPart = Actions.ActOnCXXForRangeIdentifier(getCurScope(), Loc, Name,
2050 // The name in a catch exception-declaration is local to the handler and
2111 Result.Name,