/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 560 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() 1492 SemaRef.LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1555 NamedDecl *decl = SemaRef.LookupSingleName( in actOnObjCTypeArgsOrProtocolQualifiers() 1988 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in ActOnStartClassImplementation() 2023 SemaRef.LookupSingleName(SemaRef.TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() [all …]
|
H A D | SemaExprObjC.cpp | 108 NamedDecl *IF = SemaRef.LookupSingleName(SemaRef.TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 123 NamedDecl *IF = SemaRef.LookupSingleName(SemaRef.TUScope, NSIdent, AtLoc, in BuildObjCStringLiteral() 230 NamedDecl *IF = S.LookupSingleName(S.TUScope, II, Loc, in LookupObjCInterfaceDeclForLiteral() 2805 S.LookupSingleName(S.TUScope, II, Protocol->getBeginLoc(), in isMethodDeclaredInRootProtocol()
|
H A D | SemaAttr.cpp | 815 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
|
H A D | SemaLookup.cpp | 3266 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, in LookupSingleName() function in Sema 4376 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, in LookupOrCreateLabel()
|
H A D | SemaObjC.cpp | 1303 Decl *D = SemaRef.LookupSingleName(SemaRef.TUScope, II, IdLoc, in LookupProtocol()
|
H A D | SemaCodeComplete.cpp | 8124 SemaRef.LookupSingleName(S, Super, SuperLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperMessage() 8671 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCSuperclass() 8719 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCInterfaceCategory() 8750 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCImplementationCategory()
|
H A D | Sema.cpp | 1240 Decl *PrevDecl = LookupSingleName(TUScope, WeakIDs.first, SourceLocation(), in ActOnEndOfTranslationUnit()
|
H A D | SemaDecl.cpp | 16939 NamedDecl *Lookup = SemaRef.LookupSingleName( in createFriendTagNNSFixIt() 19562 NamedDecl *PrevDecl = LookupSingleName(S, II, IILoc, LookupOrdinaryName, in shouldSkipAnonEnumBody() 20110 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() 20135 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName); in ActOnPragmaWeakID() 20149 Decl *PrevDecl = LookupSingleName(TUScope, AliasName, AliasNameLoc, in ActOnPragmaWeakAlias()
|
H A D | SemaExpr.cpp | 602 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 618 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess() 684 NamedDecl *ObjectGetClass = LookupSingleName(TUScope, in DefaultLvalueConversion() 14825 NamedDecl *ObjectSetClass = LookupSingleName(TUScope, in CreateBuiltinBinOp()
|
H A D | SemaTemplate.cpp | 944 SemaRef.LookupSingleName(S, Name, Loc, Sema::LookupOrdinaryName, in maybeDiagnoseTemplateParameterShadow()
|
H A D | SemaOpenMP.cpp | 15559 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT() 22999 PredefinedAllocators.insert(SemaRef.LookupSingleName( in ActOnOpenMPUsesAllocatorClause()
|
H A D | SemaDeclCXX.cpp | 16893 LookupSingleName(S, II, D.getIdentifierLoc(), LookupOrdinaryName, in ActOnExceptionDeclarator()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9085 NamedDecl *LookupSingleName(
|