Searched refs:isFileScope (Results 1 – 11 of 11) sorted by relevance
931 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2239 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
4941 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
915 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
1139 if (CL->isFileScope()) in getCompoundLiteralRegion()
1464 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
2073 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()8703 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
7506 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
1543 if (E->isFileScope()) { in VisitCompoundLiteralExpr()
7824 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local7845 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()7849 if (isFileScope) in BuildCompoundLiteralExpr()7857 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()7858 if (isFileScope) { in BuildCompoundLiteralExpr()7874 if (!isFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()
1141 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
3423 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function