Searched refs:isFileScope (Results 1 – 10 of 10) sorted by relevance
621 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2016 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
4009 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
895 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
976 if (CL->isFileScope()) in getCompoundLiteralRegion()
1129 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1715 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()5505 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
6284 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
798 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
5872 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local5893 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType())) in BuildCompoundLiteralExpr()5897 if (isFileScope) in BuildCompoundLiteralExpr()5905 VK, LiteralExpr, isFileScope); in BuildCompoundLiteralExpr()5906 if (isFileScope) { in BuildCompoundLiteralExpr()
2960 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function