Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp596 bool HasRHSAttr = RHS->HasAttrs; in swapAttrs() local
599 if (!HasLHSAttr && !HasRHSAttr) return; in swapAttrs()
608 if (HasRHSAttr) { in swapAttrs()