Searched refs:Ident (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1896 TempAttrs.addNew(Hint.PragmaNameLoc->Ident, Hint.Range, nullptr,
H A DParser.cpp1246 if (FTI.Params[i].Ident == ParmDeclarator.getIdentifier()) {
H A DParseDecl.cpp4111 IdentifierInfo *Ident = Tok.getIdentifierInfo(); local
4138 IdentLoc, Ident,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3381 for (const auto &Ident : Idents) {
3382 for (auto I = S.IdResolver.begin(Ident.getValue()),
H A DSemaDeclCXX.cpp7520 IdentifierInfo *Ident) {
7529 Ident->getName().equals(CorrectedStr);
7532 << Ident << DC << DroppedSpecifier << SS.getRange(),
7536 S.PDiag(diag::err_using_directive_suggest) << Ident,
8664 IdentifierInfo *Ident) {
8667 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
8674 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
7517 TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
8660 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
H A DSemaDecl.cpp9928 IdentifierInfo *Ident,
9944 D.SetIdentifier(Ident, IdentLoc);
10652 << " int " << FTI.Params[i].Ident->getName() << ";\n";
10654 << FTI.Params[i].Ident
10669 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
9927 ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, IdentifierInfo *Ident, ParsedAttributes &Attrs, SourceLocation AttrEnd) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2357 std::vector<IdentifierInfo*>& Ident,

Completed in 295 milliseconds

12