Searched refs:HasDecl (Results 1 – 3 of 3) sorted by relevance
22 struct HasDecl : std::false_type {}; struct24 struct HasDecl<SV, decltype(static_cast<void>(std::declval<std::ostream&>() << std::declval<SV&>())… struct26 static_assert(HasDecl<std::string_view>::value, "streaming operator declaration not present");
1105 bool HasDecl = !T.ranges("decl" + std::to_string(Idx)).empty(); in TEST() local1107 if (!HasDecl && !HasDef) in TEST()1110 if (HasDecl) in TEST()
4058 bool HasDecl = (D != nullptr); in emitFunctionStart() local4065 if (!HasDecl) { in emitFunctionStart()4100 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in emitFunctionStart()4144 if (HasDecl && isa<FunctionDecl>(D)) in emitFunctionStart()4150 if (HasDecl) in emitFunctionStart()