Home
last modified time | relevance | path

Searched refs:setFileScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1158 E->setFileScope(Record.readInt()); in VisitCompoundLiteralExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3433 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope() function