Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Name

303       // Part of the nested-name-specifier in C++0x.
329 // Part of the nested-name-specifier.
397 /// Handle nested-name-specifiers in C++.
400 // The contexts in which a nested-name-specifier can appear in C++.
422 // nested-name-specifier but isn't already an option, create a
423 // nested-name-specifier completion.
799 else if (DeclarationName Name = ND->getDeclName()) {
800 std::string NameStr = Name.getAsString();
2177 DeclarationName Name = Results[I].Declaration->getDeclName();
2178 if (IdentifierInfo *Identifier = Name.getAsIdentifierInfo())
2181 HiddenNames.insert(Name.getAsString());
2253 // macro name, without its arguments.