Home
last modified time | relevance | path

Searched defs:isPrivate (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h298 bool isPrivate() const { return (getFlags() & FlagPrivate) != 0; } in isPrivate() function
460 bool isPrivate() const { return (getUnsignedField(13) & FlagPrivate) != 0; } in isPrivate() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h310 AST_MATCHER(Decl, isPrivate) { in AST_MATCHER() argument