Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp145 withExplicitVisibilityAlready(LVComputationKind oldKind) { in withExplicitVisibilityAlready() argument
147 static_cast<LVComputationKind>(unsigned(oldKind) | in withExplicitVisibilityAlready()
149 assert(oldKind != LVForType || newKind == LVForExplicitType); in withExplicitVisibilityAlready()
150 assert(oldKind != LVForValue || newKind == LVForExplicitValue); in withExplicitVisibilityAlready()
151 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType); in withExplicitVisibilityAlready()
152 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue); in withExplicitVisibilityAlready()