Searched refs:isFileScope (Results 1 – 11 of 11) sorted by relevance
818 if (!CLE->isFileScope()) in visitLocalsRetainedByReferenceBinding()
948 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
1037 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()2597 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
5339 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
1205 if (CL->isFileScope()) in getCompoundLiteralRegion()
1516 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
2123 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()9139 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
7956 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
3557 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function3570 bool hasStaticStorage() const { return isFileScope() && isGLValue(); } in hasStaticStorage()
1160 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
2917 if (E->isFileScope()) { in VisitCompoundLiteralExpr()