Home
last modified time | relevance | path

Searched refs:TUScope (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp53 S.LookupName(R, S.TUScope); in LookupNamespace()
80 S.LookupName(R, S.TUScope); in LookupNamed()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp560 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnSuperClassOfClassInterface()
568 SemaRef.TUScope, nullptr, CCC, CorrectTypoKind::ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
987 SemaRef.TUScope, ClassName, ClassLoc, Sema::LookupOrdinaryName, in ActOnStartClassInterface()
1069 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1070 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassInterface()
1077 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnStartClassInterface()
1122 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnTypedefedProtocols()
1150 SemaRef.TUScope, AliasName, AliasLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
1159 SemaRef.TUScope, ClassName, ClassLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
1168 SemaRef.TUScope, ClassName, ClassLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
[all …]
H A DSema.cpp173 TUScope = S; in ActOnTranslationUnitScope()
330 TUScope = nullptr; in Sema()
370 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
393 if (!TUScope) in Initialize()
404 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
408 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
418 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
424 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
429 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
434 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
[all …]
H A DSemaExprObjC.cpp106 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()
3745 return SemaRef.LookupName(R, SemaRef.TUScope, false); in isKnownName()
4019 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast()
4083 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast()
4241 if (!SemaRef.LookupName(R, SemaRef.TUScope)) { in checkObjCBridgeRelatedComponents()
H A DSemaObjC.cpp1300 Decl *D = SemaRef.LookupSingleName(SemaRef.TUScope, II, IdLoc, in LookupProtocol()
2012 if (!SemaRef.LookupName(Result, SemaRef.TUScope) || in handleNSErrorDomain()
H A DSemaLookup.cpp713 S.LookupName(Result, S.TUScope); in getOpenCLEnumType()
726 S.LookupName(Result, S.TUScope); in getOpenCLTypedefType()
981 LazilyCreateBuiltin(II, BuiltinID, TUScope, in LookupBuiltin()
H A DSemaAttr.cpp914 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
H A DSemaTypeTraits.cpp615 S.LookupBinOp(S.TUScope, {}, BinaryOperatorKind::BO_EQ, Functions); in HasNonDeletedDefaultedEqualityComparison()
H A DSemaExpr.cpp599 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess()
615 S.LookupSingleName(S.TUScope, in DiagnoseDirectIsaAccess()
681 NamedDecl *ObjectGetClass = LookupSingleName(TUScope, in DefaultLvalueConversion()
1088 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name, in DefaultVariadicArgumentPromotion()
1094 ExprResult Call = BuildCallExpr(TUScope, TrapFn.get(), E->getBeginLoc(), {}, in DefaultVariadicArgumentPromotion()
1100 ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E); in DefaultVariadicArgumentPromotion()
6785 LookupName(R, TUScope, /*AllowBuiltinCreation=*/true); in BuildBuiltinCallExpr()
15187 NamedDecl *ObjectSetClass = LookupSingleName(TUScope, in CreateBuiltinBinOp()
H A DSemaCodeComplete.cpp8820 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperclass()
8868 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory()
8899 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCImplementationCategory()
H A DSemaDecl.cpp2403 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin()
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()
20638 DeclApplyPragmaWeak(TUScope, ND, W); in ActOnPragmaWeakAlias()
H A DSemaDeclCXX.cpp14772 S.LookupName(R, S.TUScope, true); in buildMemcpyForAssignmentOp()
19526 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp1665 if (S.LookupName(LR, S.TUScope)) { in markUsedForAliasOrIfunc()
H A DSemaOpenMP.cpp16117 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT()
23948 SemaRef.TUScope, AllocatorName, StartLoc, Sema::LookupAnyName)); in ActOnOpenMPUsesAllocatorClause()
H A DSemaChecking.cpp4865 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in BuiltinAtomicOverloaded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp67 result.push_back(sema.TUScope); in makeScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp868 ListScope TUScope(W, "Local Type Unit offsets"); in dumpLocalTUs() local
878 ListScope TUScope(W, "Foreign Type Unit signatures"); in dumpForeignTUs() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10978 if (SemaObj->IdResolver.tryAddTopLevelDecl(D, Name) && SemaObj->TUScope) { in pushExternalDeclIntoScope()
10979 SemaObj->TUScope->AddDecl(D); in pushExternalDeclIntoScope()
10980 } else if (SemaObj->TUScope) { in pushExternalDeclIntoScope()
10985 SemaObj->TUScope->AddDecl(D); in pushExternalDeclIntoScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1230 Scope *TUScope; variable