Searched refs:TUScope (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp552 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) {
986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
1068 AddPragmaAttributes(TUScope, IDecl);
1069 PushOnScopeChains(IDecl, TUScope);
1110 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
1138 LookupSingleName(TUScope, AliasName, AliasLocation, LookupOrdinaryName,
1147 LookupSingleName(TUScope, ClassName, ClassLocation, LookupOrdinaryName,
1155 CDeclU = LookupSingleName(TUScope, ClassNam
[all...]
H A DSema.cpp90 TUScope = S;
182 TUScope = nullptr;
218 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope);
234 if (!TUScope)
243 PushOnScopeChains(Context.getInt128Decl(), TUScope);
247 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
257 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
263 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
268 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
273 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
[all...]
H A DSemaExprObjC.cpp102 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
117 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
223 NamedDecl *IF = S.LookupSingleName(S.TUScope, II, Loc,
2789 S.LookupSingleName(S.TUScope, II, Protocol->getBeginLoc(),
3736 return LookupName(R, TUScope, false);
4012 if (S.LookupName(R, S.TUScope)) {
4078 if (S.LookupName(R, S.TUScope)) {
4239 if (!LookupName(R, TUScope)) {
H A DSemaCoroutine.cpp298 S.LookupName(R, S.TUScope, /*AllowBuiltinCreation=*/true);
H A DSemaLookup.cpp898 LazilyCreateBuiltin(II, BuiltinID, TUScope,
2977 Decl *D = LookupSingleName(TUScope, II, IdLoc,
H A DSemaDecl.cpp1970 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName);
1978 TUScope, nullptr, CCC, CTK_ErrorRecovery)) {
2146 // TUScope is the translation-unit scope to insert this function into.
2152 PushOnScopeChains(New, TUScope);
18150 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc,
18175 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName);
18191 Decl *PrevDecl = LookupSingleName(TUScope, AliasName, AliasNameLoc,
18198 DeclApplyPragmaWeak(TUScope, ND, W);
H A DSemaExpr.cpp573 S.LookupSingleName(S.TUScope,
589 S.LookupSingleName(S.TUScope,
652 NamedDecl *ObjectGetClass = LookupSingleName(TUScope,
983 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name,
989 ExprResult Call = BuildCallExpr(TUScope, TrapFn.get(), E->getBeginLoc(),
995 ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E);
13903 NamedDecl *ObjectSetClass = LookupSingleName(TUScope,
H A DSemaCodeComplete.cpp7748 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
7795 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
7826 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
H A DSemaDeclCXX.cpp13557 S.LookupName(R, S.TUScope, true);
17732 ProcessDeclAttributes(TUScope, NewPD, D);
H A DSemaChecking.cpp5303 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true);
H A DSemaOpenMP.cpp12750 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName));
19042 TUScope, AllocatorName, StartLoc, Sema::LookupAnyName));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp46 /// (except the TUScope which is owned by the sema).
49 // FIXME: The result should be a list of unique_ptrs, but the TUScope makes
60 result.push_back(sema.TUScope);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp710 ListScope TUScope(W, "Local Type Unit offsets");
720 ListScope TUScope(W, "Foreign Type Unit signatures");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11640 if (SemaObj->IdResolver.tryAddTopLevelDecl(D, Name) && SemaObj->TUScope) {
11641 SemaObj->TUScope->AddDecl(D);
11642 } else if (SemaObj->TUScope) {
11648 SemaObj->TUScope->AddDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h996 Scope *TUScope; member in class:clang::final

Completed in 819 milliseconds