Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp91 const unsigned IgnoreExplicitVisibilityBit = 2; variable
111 LVForExplicitType = (LVForType | IgnoreExplicitVisibilityBit),
116 LVForExplicitValue = (LVForValue | IgnoreExplicitVisibilityBit),
120 LVForValue | IgnoreExplicitVisibilityBit | IgnoreAllVisibilityBit
126 return ((unsigned(computation) & IgnoreExplicitVisibilityBit) != 0); in hasExplicitVisibilityAlready()
135 IgnoreExplicitVisibilityBit); in withExplicitVisibilityAlready()