Searched refs:globalScope (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | semantic-tokens.test | 21 # First line, char 5, variable, declaration+globalScope 47 # Next line, char 5, variable, declaration+globalScope
|
| H A D | initialize-params.test | 72 # CHECK-NEXT: "globalScope"
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | semantics.cpp | 168 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 D | mod-file.cpp | 105 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 D | data-to-inits.cpp | 908 exprAnalyzer.context().globalScope(), exprAnalyzer, inits)) { in ConvertToInitializers()
|
| H A D | check-io.cpp | 1001 scope{context_.globalScope().FindScope(*context_.location())}) { in CheckForPureSubprogram()
|
| H A D | resolve-names.cpp | 1623 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 D | runtime-type-info.cpp | 1142 builder.DescribeTypes(context.globalScope(), false); in BuildRuntimeDerivedTypeTables()
|
| H A D | check-declarations.cpp | 39 void Check() { Check(context_.globalScope()); } in Check()
|
| H A D | expression.cpp | 1751 if (const auto *currScope{context_.globalScope().FindScope(source)}) { in Analyze()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 106 Scope &globalScope() { return globalScope_; } in globalScope() function
|