Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2667 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp732 E->setFileScope(Record[Idx++]); in VisitCompoundLiteralExpr()