/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | InterpreterUtils.cpp | 53 S.LookupName(R, S.TUScope); in LookupNamespace() 80 S.LookupName(R, S.TUScope); in LookupNamed()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 561 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnSuperClassOfClassInterface() 569 SemaRef.TUScope, nullptr, CCC, Sema::CTK_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 D | Sema.cpp | 152 TUScope = S; in ActOnTranslationUnitScope() 269 TUScope = nullptr; in Sema() 309 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef() 325 if (!TUScope) in Initialize() 336 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize() 340 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize() 350 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize() 356 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize() 361 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize() 366 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize() [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() 3755 return SemaRef.LookupName(R, SemaRef.TUScope, false); in isKnownName() 4029 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast() 4093 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast() 4251 if (!SemaRef.LookupName(R, SemaRef.TUScope)) { in checkObjCBridgeRelatedComponents()
|
H A D | SemaObjC.cpp | 1303 Decl *D = SemaRef.LookupSingleName(SemaRef.TUScope, II, IdLoc, in LookupProtocol() 2014 if (!SemaRef.LookupName(Result, SemaRef.TUScope) || in handleNSErrorDomain()
|
H A D | SemaLookup.cpp | 710 S.LookupName(Result, S.TUScope); in getOpenCLEnumType() 723 S.LookupName(Result, S.TUScope); in getOpenCLTypedefType() 966 LazilyCreateBuiltin(II, BuiltinID, TUScope, in LookupBuiltin()
|
H A D | SemaAttr.cpp | 815 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
|
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() 1061 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name, in DefaultVariadicArgumentPromotion() 1067 ExprResult Call = BuildCallExpr(TUScope, TrapFn.get(), E->getBeginLoc(), in DefaultVariadicArgumentPromotion() 1073 ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E); in DefaultVariadicArgumentPromotion() 6613 LookupName(R, TUScope, /*AllowBuiltinCreation=*/true); in BuildBuiltinCallExpr() 14825 NamedDecl *ObjectSetClass = LookupSingleName(TUScope, in CreateBuiltinBinOp()
|
H A D | SemaCodeComplete.cpp | 8672 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperclass() 8720 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory() 8751 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCImplementationCategory()
|
H A D | SemaDecl.cpp | 2385 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin() 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() 20156 DeclApplyPragmaWeak(TUScope, ND, W); in ActOnPragmaWeakAlias()
|
H A D | SemaDeclCXX.cpp | 14482 S.LookupName(R, S.TUScope, true); in buildMemcpyForAssignmentOp() 19016 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
H A D | SemaDeclAttr.cpp | 1625 if (S.LookupName(LR, S.TUScope)) { in markUsedForAliasOrIfunc()
|
H A D | SemaExprCXX.cpp | 5148 S.LookupBinOp(S.TUScope, {}, BinaryOperatorKind::BO_EQ, Functions); in HasNonDeletedDefaultedEqualityComparison()
|
H A D | SemaOpenMP.cpp | 15559 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT() 23000 SemaRef.TUScope, AllocatorName, StartLoc, Sema::LookupAnyName)); in ActOnOpenMPUsesAllocatorClause()
|
H A D | SemaChecking.cpp | 4434 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in BuiltinAtomicOverloaded()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 67 result.push_back(sema.TUScope); in makeScopes()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 868 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 D | ASTReader.cpp | 10296 if (SemaObj->IdResolver.tryAddTopLevelDecl(D, Name) && SemaObj->TUScope) { in pushExternalDeclIntoScope() 10297 SemaObj->TUScope->AddDecl(D); in pushExternalDeclIntoScope() 10298 } else if (SemaObj->TUScope) { in pushExternalDeclIntoScope() 10303 SemaObj->TUScope->AddDecl(D); in pushExternalDeclIntoScope()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 963 Scope *TUScope; variable
|