Lines Matching defs:ID
309 if (IdentifierInfo *Id = NameInfo.getName().getAsIdentifierInfo()) {
310 if (unsigned BuiltinID = Id->getBuiltinID()) {
1628 // declarator-id is a qualified-id, given that the qualified-id
1630 // nested-name-specifier unqualified-id
1631 // the unqualified-id shall name a member of the namespace
2090 // -- If T is a template-id, its associated namespaces and classes are
2420 llvm::FoldingSetNodeID ID;
2421 ID.AddPointer(RD);
2422 ID.AddInteger(SM);
2423 ID.AddInteger(ConstArg);
2424 ID.AddInteger(VolatileArg);
2425 ID.AddInteger(RValueThis);
2426 ID.AddInteger(ConstThis);
2427 ID.AddInteger(VolatileThis);
2431 SpecialMemberCache.FindNodeOrInsertPos(ID, InsertPoint);
2438 Result = new (Result) SpecialMemberOverloadResult(ID);
4525 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D))
4526 return ID->getDefinition();