Searched refs:isFileScope (Results 1 – 10 of 10) sorted by relevance
930 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2216 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
4560 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
898 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
1107 if (CL->isFileScope()) in getCompoundLiteralRegion()
1410 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1994 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()8402 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
7085 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
7256 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local7277 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()7281 if (isFileScope) in BuildCompoundLiteralExpr()7289 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()7290 if (isFileScope) { in BuildCompoundLiteralExpr()7306 if (!isFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()
1043 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
3432 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function