Home
last modified time | relevance | path

Searched refs:fileScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp151 auto *fileScope = builder.createLexicalBlockFile(scope, file); in translateLoc() local
153 fileLoc.getColumn(), fileScope, in translateLoc()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dinitialize-params.test71 # CHECK-NEXT: "fileScope",
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3418 QualType T, ExprValueKind VK, Expr *init, bool fileScope) in CompoundLiteralExpr() argument
3420 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) { in CompoundLiteralExpr()