Searched refs:HasDecl (Results 1 – 4 of 4) sorted by relevance
20 struct HasDecl : std::false_type {}; struct22 struct HasDecl<SV, decltype(static_cast<void>(std::declval<std::ostream&>() << std::declval<SV&>())… struct24 static_assert(HasDecl<std::string_view>::value, "streaming operator declaration not present");
827 bool HasDecl = !T.ranges("decl" + std::to_string(Idx)).empty(); in TEST() local829 if (!HasDecl && !HasDef) in TEST()832 if (HasDecl) in TEST()
2875 bool HasDecl = (D != nullptr); in EmitFunctionStart() local2881 if (!HasDecl) { in EmitFunctionStart()2908 if (!HasDecl || D->isImplicit()) { in EmitFunctionStart()2931 if (HasDecl && isa<FunctionDecl>(D)) in EmitFunctionStart()2937 if (HasDecl) in EmitFunctionStart()
3807 bool HasDecl = (D != nullptr); in EmitFunctionStart() local3814 if (!HasDecl) { in EmitFunctionStart()3849 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in EmitFunctionStart()3889 if (HasDecl && isa<FunctionDecl>(D)) in EmitFunctionStart()3895 if (HasDecl) in EmitFunctionStart()