Searched refs:isFileScope (Results 1 – 9 of 9) sorted by relevance
829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
894 if (CL->isFileScope()) in getCompoundLiteralRegion()
663 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1199 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
1443 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
2825 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
664 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
2621 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
5145 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local5146 if (isFileScope && in BuildCompoundLiteralExpr()5159 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()