| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 478 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnSuperClassOfClassInterface() 891 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() 1014 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnTypedefedProtocols() 1035 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias() 1043 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, in ActOnCompatibilityAlias() 1051 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, in ActOnCompatibilityAlias() 1358 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1421 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1847 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName, in ActOnStartClassImplementation() 1877 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() [all …]
|
| HD | SemaExprObjC.cpp | 104 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 119 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 202 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId, in getNSNumberFactoryMethod() 469 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId, in BuildObjCBoxedExpr() 587 NamedDecl *IF = LookupSingleName(TUScope, NSValueId, in BuildObjCBoxedExpr() 751 NamedDecl *IF = LookupSingleName(TUScope, in BuildObjCArrayLiteral() 867 NamedDecl *IF = LookupSingleName(TUScope, in BuildObjCDictionaryLiteral()
|
| HD | SemaLookup.cpp | 2510 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, in LookupSingleName() function in Sema 2523 Decl *D = LookupSingleName(TUScope, II, IdLoc, in LookupProtocol() 3473 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
|
| HD | SemaDecl.cpp | 1638 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName); in getObjCInterfaceDecl() 11447 NamedDecl *Lookup = SemaRef.LookupSingleName( in createFriendTagNNSFixIt() 12977 NamedDecl *PrevDecl = LookupSingleName(S, II, Loc, LookupMemberName, in ActOnIvar() 13687 NamedDecl *PrevDecl = LookupSingleName(S, II, IILoc, LookupOrdinaryName, in shouldSkipAnonEnumBody() 13716 NamedDecl *PrevDecl = LookupSingleName(S, Id, IdLoc, LookupOrdinaryName, in ActOnEnumConstant() 14388 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() 14409 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName); in ActOnPragmaWeakID() 14425 Decl *PrevDecl = LookupSingleName(TUScope, AliasName, AliasNameLoc, in ActOnPragmaWeakAlias()
|
| HD | SemaCodeComplete.cpp | 5496 NamedDecl *ND = LookupSingleName(S, Super, SuperLoc, in CodeCompleteObjCSuperMessage() 6023 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCSuperclass() 6072 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory() 6103 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCImplementationCategory()
|
| HD | SemaExpr.cpp | 578 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 593 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 652 NamedDecl *ObjectGetClass = LookupSingleName(TUScope, in DefaultLvalueConversion() 10237 NamedDecl *ObjectSetClass = LookupSingleName(TUScope, in CreateBuiltinBinOp()
|
| HD | SemaDeclCXX.cpp | 8690 NamedDecl *PrevDecl = LookupSingleName(S, Alias, AliasLoc, LookupOrdinaryName, in ActOnNamespaceAliasDef() 12081 if (NamedDecl *PrevDecl = LookupSingleName(S, II, D.getIdentifierLoc(), in ActOnExceptionDeclarator()
|
| HD | SemaTemplate.cpp | 531 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in maybeDiagnoseTemplateParameterShadow()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 2719 NamedDecl *LookupSingleName(Scope *S, DeclarationName Name,
|