Home
last modified time | relevance | path

Searched refs:globalScope (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dsemantic-tokens.test21 # First line, char 5, variable, declaration+globalScope
47 # Next line, char 5, variable, declaration+globalScope
H A Dinitialize-params.test72 # CHECK-NEXT: "globalScope"
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp168 ResolveNames(context, program, context.globalScope()); in PerformStatementSemantics()
170 ComputeOffsets(context, context.globalScope()); in PerformStatementSemantics()
503 DoDumpSymbols(os, context_.globalScope()); in DumpSymbols()
508 GetSymbolNames(context_.globalScope(), symbols); in DumpSymbolsSources()
H A Dmod-file.cpp105 WriteAll(context_.globalScope()); in WriteAll()
932 auto it{context_.globalScope().find(name)}; in Read()
933 if (it != context_.globalScope().end()) { in Read()
1019 : context_.globalScope()}; in Read()
H A Ddata-to-inits.cpp908 exprAnalyzer.context().globalScope(), exprAnalyzer, inits)) { in ConvertToInitializers()
H A Dcheck-io.cpp1001 scope{context_.globalScope().FindScope(*context_.location())}) { in CheckForPureSubprogram()
H A Dresolve-names.cpp1623 name.symbol = &context_->globalScope().MakeSymbol( in MakePlaceholder()
1838 SetDeclTypeSpec(context().globalScope().MakeClassStarType()); in Post()
1841 SetDeclTypeSpec(context().globalScope().MakeTypeStarType()); in Post()
2242 SetScope(currScope_->parent().IsGlobal() ? context().globalScope() in PopScope()
6824 symbol = &MakeSymbol(context().globalScope(), name.source, Attrs{}); in HandleProcedureName()
7733 context, *sharedImplicitRulesMap, context.globalScope()}; in ResolveSpecificationParts()
H A Druntime-type-info.cpp1142 builder.DescribeTypes(context.globalScope(), false); in BuildRuntimeDerivedTypeTables()
H A Dcheck-declarations.cpp39 void Check() { Check(context_.globalScope()); } in Check()
H A Dexpression.cpp1751 if (const auto *currScope{context_.globalScope().FindScope(source)}) { in Analyze()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h106 Scope &globalScope() { return globalScope_; } in globalScope() function