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 override { return !CL->isFileScope(); } in isBoundable()
/external/clang/lib/AST/
DStmtProfile.cpp732 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
DExprConstant.cpp1278 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp894 if (CL->isFileScope()) in getCompoundLiteralRegion()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1459 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
DCGExpr.cpp3232 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp694 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/external/clang/include/clang/AST/
DExpr.h2666 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/external/clang/lib/Sema/
DSemaExpr.cpp5270 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local
5271 if (isFileScope && in BuildCompoundLiteralExpr()
5284 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()