| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 559 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in ActOnSuperClassOfClassInterface() 986 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in ActOnStartClassInterface() 1121 NamedDecl *IDecl = SemaRef.LookupSingleName( in ActOnTypedefedProtocols() 1149 NamedDecl *ADecl = SemaRef.LookupSingleName( in ActOnCompatibilityAlias() 1158 NamedDecl *CDeclU = SemaRef.LookupSingleName( in ActOnCompatibilityAlias() 1167 CDeclU = SemaRef.LookupSingleName( in ActOnCompatibilityAlias() 1495 SemaRef.LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1558 NamedDecl *decl = SemaRef.LookupSingleName( in actOnObjCTypeArgsOrProtocolQualifiers() 1991 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in ActOnStartClassImplementation() 2026 SemaRef.LookupSingleName(SemaRef.TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() [all …]
|
| H A D | SemaExprObjC.cpp | 106 NamedDecl *IF = SemaRef.LookupSingleName(SemaRef.TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 121 NamedDecl *IF = SemaRef.LookupSingleName(SemaRef.TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 228 NamedDecl *IF = S.LookupSingleName(S.TUScope, II, Loc, in LookupObjCInterfaceDeclForLiteral() 2794 S.LookupSingleName(S.TUScope, II, Protocol->getBeginLoc(), in isMethodDeclaredInRootProtocol()
|
| H A D | SemaAttr.cpp | 914 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
|
| H A D | SemaLookup.cpp | 3359 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, in LookupSingleName() function in Sema 4471 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, in LookupOrCreateLabel()
|
| H A D | SemaObjC.cpp | 1300 Decl *D = SemaRef.LookupSingleName(SemaRef.TUScope, II, IdLoc, in LookupProtocol()
|
| H A D | SemaCodeComplete.cpp | 8274 SemaRef.LookupSingleName(S, Super, SuperLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperMessage() 8819 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCSuperclass() 8867 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCInterfaceCategory() 8898 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCImplementationCategory()
|
| H A D | Sema.cpp | 1309 Decl *PrevDecl = LookupSingleName(TUScope, WeakIDs.first, SourceLocation(), in ActOnEndOfTranslationUnit()
|
| H A D | SemaDecl.cpp | 17428 NamedDecl *Lookup = SemaRef.LookupSingleName( in createFriendTagNNSFixIt() 20133 NamedDecl *PrevDecl = LookupSingleName(S, II, IILoc, LookupOrdinaryName, in shouldSkipAnonEnumBody() 20592 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() 20617 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName); in ActOnPragmaWeakID() 20631 Decl *PrevDecl = LookupSingleName(TUScope, AliasName, AliasNameLoc, in ActOnPragmaWeakAlias()
|
| H A D | SemaExpr.cpp | 599 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 615 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 681 NamedDecl *ObjectGetClass = LookupSingleName(TUScope, in DefaultLvalueConversion() 15187 NamedDecl *ObjectSetClass = LookupSingleName(TUScope, in CreateBuiltinBinOp()
|
| H A D | SemaTemplate.cpp | 947 SemaRef.LookupSingleName(S, Name, Loc, Sema::LookupOrdinaryName, in maybeDiagnoseTemplateParameterShadow()
|
| H A D | SemaOpenMP.cpp | 16117 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT() 23947 PredefinedAllocators.insert(SemaRef.LookupSingleName( in ActOnOpenMPUsesAllocatorClause()
|
| H A D | SemaDeclCXX.cpp | 17369 LookupSingleName(S, II, D.getIdentifierLoc(), LookupOrdinaryName, in ActOnExceptionDeclarator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9354 NamedDecl *LookupSingleName(
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5607 …ationENS0_14LookupNameKindENS0_17RedeclarationKindE", "clang::Sema::LookupSingleName(clang::Scope*…
|