Searched refs:isFileScope (Results 1 – 10 of 10) sorted by relevance
910 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2179 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
4470 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
878 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
1084 if (CL->isFileScope()) in getCompoundLiteralRegion()
1335 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1994 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()8298 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
6955 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
6960 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local6981 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()6985 if (isFileScope) in BuildCompoundLiteralExpr()6993 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()6994 if (isFileScope) { in BuildCompoundLiteralExpr()7010 if (!isFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()
1045 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
3423 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function