Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/strings/string.view/string.view.io/
Dstream_insert_decl_present.compile.pass.cpp20 struct HasDecl : std::false_type {}; struct
22 struct HasDecl<SV, decltype(static_cast<void>(std::declval<std::ostream&>() << std::declval<SV&>())… struct
24 static_assert(HasDecl<std::string_view>::value, "streaming operator declaration not present");
/external/llvm-project/clang-tools-extra/clangd/unittests/
DXRefsTests.cpp827 bool HasDecl = !T.ranges("decl" + std::to_string(Idx)).empty(); in TEST() local
829 if (!HasDecl && !HasDef) in TEST()
832 if (HasDecl) in TEST()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2875 bool HasDecl = (D != nullptr); in EmitFunctionStart() local
2881 if (!HasDecl) { in EmitFunctionStart()
2908 if (!HasDecl || D->isImplicit()) { in EmitFunctionStart()
2931 if (HasDecl && isa<FunctionDecl>(D)) in EmitFunctionStart()
2937 if (HasDecl) in EmitFunctionStart()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3807 bool HasDecl = (D != nullptr); in EmitFunctionStart() local
3814 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()