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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h829 bool isBoundable() const override { return !CL->isFileScope(); }
/external/clang/lib/AST/
H A DStmtProfile.cpp505 ID.AddBoolean(S->isFileScope());
H A DExprConstant.cpp1198 return CLE->isFileScope() && CLE->isLValue();
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp891 if (CL->isFileScope())
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1232 assert(E->isFileScope() && "not a file-scope compound literal expr");
H A DCGExpr.cpp2664 if (E->isFileScope()) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp4872 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; local
4873 if (isFileScope &&
4886 VK, LiteralExpr, isFileScope));
10110 bool isFileScope local
10112 if (isFileScope)
/external/clang/include/clang/AST/
H A DExpr.h2615 bool isFileScope() const { return TInfoAndScope.getInt(); } function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp658 Record.push_back(E->isFileScope());

Completed in 3910 milliseconds