Searched refs:isFileScope (Results 1 – 9 of 9) sorted by relevance
829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
732 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1278 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
894 if (CL->isFileScope()) in getCompoundLiteralRegion()
1459 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
3232 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
694 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
2666 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
5270 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local5271 if (isFileScope && in BuildCompoundLiteralExpr()5284 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()