Home
last modified time | relevance | path

Searched refs:LookupSingleName (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp560 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 DSemaExprObjC.cpp108 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 DSemaAttr.cpp815 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
H A DSemaLookup.cpp3266 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, in LookupSingleName() function in Sema
4376 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, in LookupOrCreateLabel()
H A DSemaObjC.cpp1303 Decl *D = SemaRef.LookupSingleName(SemaRef.TUScope, II, IdLoc, in LookupProtocol()
H A DSemaCodeComplete.cpp8124 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 DSema.cpp1240 Decl *PrevDecl = LookupSingleName(TUScope, WeakIDs.first, SourceLocation(), in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp16939 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 DSemaExpr.cpp602 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 DSemaTemplate.cpp944 SemaRef.LookupSingleName(S, Name, Loc, Sema::LookupOrdinaryName, in maybeDiagnoseTemplateParameterShadow()
H A DSemaOpenMP.cpp15559 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT()
22999 PredefinedAllocators.insert(SemaRef.LookupSingleName( in ActOnOpenMPUsesAllocatorClause()
H A DSemaDeclCXX.cpp16893 LookupSingleName(S, II, D.getIdentifierLoc(), LookupOrdinaryName, in ActOnExceptionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9085 NamedDecl *LookupSingleName(