Home
last modified time | relevance | path

Searched refs:LongName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp100 const char *LongName = "sarif writer test"; in TEST_F() local
103 Writer.createRun(ShortName, LongName); in TEST_F()
125 EXPECT_EQ(driver->getString("fullName").value(), LongName); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp80 bool LongName = NameInfo & 0x40; in readNode() local
83 if (LongName) { in readNode()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3816 template <typename LongName>
3817 requires C<LongName>
3820 template <typename LongName>
3821 requires C<LongName>
3822 void bar(LongName ln) {
3824 template <typename LongName>
3825 void bar(LongName ln)
3826 requires C<LongName> {