Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7178 bool IsFileScope = !CurContext->isFunctionOrMethod() && in BuildCompoundLiteralExpr() local
7201 (getLangOpts().CPlusPlus && !(IsFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()
7208 if (IsFileScope) in BuildCompoundLiteralExpr()
7223 LiteralExpr, IsFileScope); in BuildCompoundLiteralExpr()
7224 if (IsFileScope) { in BuildCompoundLiteralExpr()
7240 if (!IsFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()