Searched refs:isFileScope (Results 1 – 9 of 9) sorted by relevance
829 bool isBoundable() const { return !CL->isFileScope(); } in isBoundable()
401 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
1070 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
879 if (CL->isFileScope()) in getCompoundLiteralRegion()
1245 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
2581 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
4702 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local4703 if (!getLangOpts().CPlusPlus && isFileScope) { // 6.5.2.5p3 in BuildCompoundLiteralExpr()4713 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()9679 bool isFileScope in ActOnStmtExpr() local9681 if (isFileScope) in ActOnStmtExpr()
662 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
2585 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function