Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp1056 unsigned rawType = Stack->back().first; in AddPushedVisibilityAttribute() local
1057 if (rawType == NoVisibility) return; in AddPushedVisibilityAttribute()
1060 = (VisibilityAttr::VisibilityType) rawType; in AddPushedVisibilityAttribute()