Searched refs:VLC (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 572 VerbatimLineComment *&VLC, in HasVerbatimLineAt() argument 575 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); in HasVerbatimLineAt() 579 StringRef ActualName = VLC->getCommandName(Traits); in HasVerbatimLineAt() 585 StringRef ActualText = VLC->getText(); in HasVerbatimLineAt() 1396 VerbatimLineComment *VLC; in TEST_F() local 1397 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", "")); in TEST_F() 1414 VerbatimLineComment *VLC; in TEST_F() local 1415 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", in TEST_F()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 353 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText() local 354 if (!VLC) in clang_VerbatimLineComment_getText() 357 return cxstring::createRef(VLC->getText()); in clang_VerbatimLineComment_getText()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 172 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts() local 173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts() 175 MiscBlocks.push_back(VLC); in FullCommentParts()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ13.td | 1259 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ16.td | 1322 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1316 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1280 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
|
| H A D | SystemZInstrVector.td | 566 def VLC : UnaryVRRaGeneric<"vlc", 0xE7DE>;
|