Searched refs:Ident (Results 51 - 61 of 61) sorted by relevance

123

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp860 IdentifierInfo *Ident = IdentList[i].first; local
861 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second,
864 = ObjCProtocolDecl::Create(Context, CurContext, Ident,
H A DSemaLookup.cpp3053 for (const auto &Ident : Idents) {
3054 for (auto I = S.IdResolver.begin(Ident.getValue()),
H A DSemaDeclCXX.cpp7489 IdentifierInfo *Ident) {
7498 Ident->getName().equals(CorrectedStr);
7501 << Ident << DC << DroppedSpecifier << SS.getRange(),
7505 S.PDiag(diag::err_using_directive_suggest) << Ident,
8639 IdentifierInfo *Ident) {
8642 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
8649 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
7486 TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
8635 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
H A DSemaDecl.cpp9479 IdentifierInfo *Ident,
9495 D.SetIdentifier(Ident, IdentLoc);
10166 << " int " << FTI.Params[i].Ident->getName() << ";\n";
10168 << FTI.Params[i].Ident
10183 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
9478 ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, IdentifierInfo *Ident, ParsedAttributes &Attrs, SourceLocation AttrEnd) argument
/external/clang/include/clang/Parse/
H A DParser.h2253 std::vector<IdentifierInfo*>& Ident,
/external/clang/include/clang/Sema/
H A DSema.h1584 IdentifierInfo *Ident,
1948 IdentifierInfo *Ident,
3850 IdentifierInfo *Ident,
3890 IdentifierInfo *Ident);
/external/clang/lib/Lex/
H A DPPDirectives.cpp1275 Callbacks->Ident(Tok.getLocation(), Str);
/external/clang/lib/Parse/
H A DParseStmt.cpp1842 TempAttrs.addNew(Hint.PragmaNameLoc->Ident, Hint.Range, nullptr,
H A DParser.cpp1178 if (FTI.Params[i].Ident == ParmDeclarator.getIdentifier()) {
H A DParseDecl.cpp3949 IdentifierInfo *Ident = Tok.getIdentifierInfo(); local
3976 IdentLoc, Ident,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js5285 MochiKit.Signal.Ident=function(_564){
5294 MochiKit.Signal.Ident.prototype={};
5322 var _570=new MochiKit.Signal.Ident({source:src,signal:sig,objOrFunc:obj,funcOrStr:func});
5334 var _573=new MochiKit.Signal.Ident({source:src,signal:sig,objOrFunc:func});
5428 var _58a=new MochiKit.Signal.Ident({source:src,signal:sig,listener:_589,isDOM:_588,objOrFunc:_582,funcOrStr:_583,connected:true});

Completed in 455 milliseconds

123