Home
last modified time | relevance | path

Searched refs:MakeVector (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFileIndexTests.cpp266 Symbol MakeVector = *It++; in TEST() local
267 if (MakeVector.Name == "vector") in TEST()
268 std::swap(MakeVector, Vector); in TEST()
273 EXPECT_EQ(MakeVector.Signature, "<class Ty>(Arg A)"); in TEST()
274 EXPECT_EQ(MakeVector.CompletionSnippetSuffix, "<${1:class Ty}>(${2:Arg A})"); in TEST()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h742 return ValuesIn(MakeVector<T>(MakeIndexSequence<sizeof...(Ts)>()));
747 std::vector<T> MakeVector(IndexSequence<I...>) const { in MakeVector() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h320 MakeVector(); setVector(E, N);
640 void MakeVector() {
H A DPropertiesBase.td339 result.MakeVector();
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp331 MakeVector(); in APValue()
H A DASTImporter.cpp9675 Result.MakeVector(); in ImportAPValue()