Home
last modified time | relevance | path

Searched defs:HasDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.io/
H A Dstream_insert_decl_present.compile.pass.cpp23 struct HasDecl : std::false_type {}; struct
25 struct HasDecl<SV, decltype(static_cast<void>(std::declval<std::ostream&>() << std::declval<SV&>())… struct
/llvm-project/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1127 bool HasDecl = !T.ranges("decl" + std::to_string(Idx)).empty(); TEST() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4375 bool HasDecl = (D != nullptr); emitFunctionStart() local