Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp891 if (CL->isFileScope()) in getCompoundLiteralRegion()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp597 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
H A DExprConstant.cpp1199 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1282 assert(E->isFileScope() && "not a file-scope compound literal expr"); in GetAddrOfConstantCompoundLiteral()
H A DCGExpr.cpp2786 if (E->isFileScope()) { in EmitCompoundLiteralLValue()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp663 Record.push_back(E->isFileScope()); in VisitCompoundLiteralExpr()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h2627 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4954 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local
4955 if (isFileScope && in BuildCompoundLiteralExpr()
4968 VK, LiteralExpr, isFileScope)); in BuildCompoundLiteralExpr()