HomeSort by: relevance | last modified time | path
    Searched defs:getIsPrivate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; }
129 Items, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); });
OSLog.h 102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; }
129 Items, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); });

Completed in 47 milliseconds