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()
1318 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1994 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()8295 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
6826 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
6896 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local6917 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()6921 if (isFileScope) in BuildCompoundLiteralExpr()6929 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()6930 if (isFileScope) { in BuildCompoundLiteralExpr()6946 if (!isFileScope && !getLangOpts().CPlusPlus) { in BuildCompoundLiteralExpr()
1034 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
3356 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function