Searched refs:fileScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 2575 QualType T, ExprValueKind VK, Expr *init, bool fileScope) in CompoundLiteralExpr() argument 2582 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr()
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 75246 - fileScope := info.Scopes[file] 75247 - if fileScope == nil { 75250 - pkgScope := fileScope.Parent() 75284 - variables, err := collectFreeVars(info, file, fileScope, pkgScope, start, end, path[0]) 75776 -func collectFreeVars(info *types.Info, file *ast.File, fileScope, pkgScope *types.Scope, start, en… 75798 - if scope == fileScope || scope == pkgScope { 83401 - fileScope := r.pkg.GetTypesInfo().Scopes[f] 83402 - b, prev := fileScope.LookupParent(r.to, token.NoPos) 83403 - if b == fileScope { 85066 - fileScope := pkg.GetTypesInfo().Scopes[f.File] [all …]
|