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.h801 bool isBoundable() const { return !CL->isFileScope(); } in isBoundable()
/external/clang/lib/AST/
DStmtProfile.cpp363 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
DExprConstant.cpp920 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp813 if (CL->isFileScope()) in getCompoundLiteralRegion()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1245 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
DCGExpr.cpp2296 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp4172 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local
4173 if (isFileScope) { // 6.5.2.5p3 in BuildCompoundLiteralExpr()
4183 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()
8925 bool isFileScope in ActOnStmtExpr() local
8927 if (isFileScope) in ActOnStmtExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp594 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/external/clang/include/clang/AST/
DExpr.h2482 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function