Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupSingleName

451   NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
486 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
579 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
590 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
598 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
950 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
986 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc,
1902 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
2461 NamedDecl *IF = LookupSingleName(TUScope,