Searched refs:isFileScope (Results 1 – 10 of 10) sorted by relevance
930 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2215 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
4536 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
910 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
1123 if (CL->isFileScope()) in getCompoundLiteralRegion()
1428 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1997 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()8421 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
7221 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
7496 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local7517 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()7521 if (isFileScope) in BuildCompoundLiteralExpr()7529 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()7530 if (isFileScope) { in BuildCompoundLiteralExpr()7546 if (!isFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()
1041 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
3439 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function