HomeSort by relevance Sort by last modified time
    Searched refs:mergeVisibilityWithMin (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Decl.h 276 void mergeVisibilityWithMin(Visibility V, bool E = false) {
289 void mergeVisibilityWithMin(LinkageInfo Other) {
290 mergeVisibilityWithMin(Other.visibility(), Other.visibilityExplicit());
299 mergeVisibilityWithMin(Other);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 328 LV.mergeVisibilityWithMin(TypeLV);
    [all...]

Completed in 45 milliseconds