Home
last modified time | relevance | path

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

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