Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1164 E->setFileScope(Record.readInt()); in VisitCompoundLiteralExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3440 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope() function