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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Visibility.h 111 void mergeVisibility(Visibility newVis, bool newExplicit) {
127 void mergeVisibility(LinkageInfo other) {
128 mergeVisibility(other.getVisibility(), other.isVisibilityExplicit());
134 mergeVisibility(other);
140 if (withVis) mergeVisibility(other);

Completed in 31 milliseconds