Home
last modified time | relevance | path

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

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