Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp703 E->setFileScope(Record[Idx++]); in VisitCompoundLiteralExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h2628 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope() function