Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp894 if (CL->isFileScope()) in getCompoundLiteralRegion()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp663 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
HDExprConstant.cpp1199 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1443 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
HDCGExpr.cpp2825 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp664 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h2621 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp5145 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local
5146 if (isFileScope && in BuildCompoundLiteralExpr()
5159 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()