Home
last modified time | relevance | path

Searched refs:isFileScope (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h829 bool isBoundable() const { return !CL->isFileScope(); } in isBoundable()
/external/clang/lib/AST/
DStmtProfile.cpp401 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
DExprConstant.cpp1070 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp879 if (CL->isFileScope()) in getCompoundLiteralRegion()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1245 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
DCGExpr.cpp2581 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp4702 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local
4703 if (!getLangOpts().CPlusPlus && isFileScope) { // 6.5.2.5p3 in BuildCompoundLiteralExpr()
4713 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()
9679 bool isFileScope in ActOnStmtExpr() local
9681 if (isFileScope) in ActOnStmtExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp662 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/external/clang/include/clang/AST/
DExpr.h2585 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function