Searched defs:HasDecl (Results 1 – 3 of 3) sorted by relevance
23 struct HasDecl : std::false_type {}; struct25 struct HasDecl<SV, decltype(static_cast<void>(std::declval<std::ostream&>() << std::declval<SV&>())… struct
1127 bool HasDecl = !T.ranges("decl" + std::to_string(Idx)).empty(); TEST() local
4375 bool HasDecl = (D != nullptr); emitFunctionStart() local