Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1163 E->setFileScope(Record.readInt()); in VisitCompoundLiteralExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3357 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope() function