Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp818 if (!CLE->isFileScope()) in visitLocalsRetainedByReferenceBinding()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h948 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1037 assert(!E->isFileScope() && in tryEmitGlobalCompoundLiteral()
2597 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
H A DCGExpr.cpp5339 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1205 if (CL->isFileScope()) in getCompoundLiteralRegion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1516 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
H A DExprConstant.cpp2123 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
9139 assert((!Info.getLangOpts().CPlusPlus || E->isFileScope()) && in VisitCompoundLiteralExpr()
H A DASTImporter.cpp7956 ToInitializer, E->isFileScope()); in VisitCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3557 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
3570 bool hasStaticStorage() const { return isFileScope() && isGLValue(); } in hasStaticStorage()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1160 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2917 if (E->isFileScope()) { in VisitCompoundLiteralExpr()