Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DOSLog.h102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; } in getIsPrivate() function
129 Items, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); }); in hasPrivateItems()