Searched refs:isFileScope (Results 1 – 9 of 9) sorted by relevance
801 bool isBoundable() const { return !CL->isFileScope(); } in isBoundable()
363 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
920 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
813 if (CL->isFileScope()) in getCompoundLiteralRegion()
1245 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
2296 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
4172 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local4173 if (isFileScope) { // 6.5.2.5p3 in BuildCompoundLiteralExpr()4183 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()8925 bool isFileScope in ActOnStmtExpr() local8927 if (isFileScope) in ActOnStmtExpr()
594 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
2482 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function