Home
last modified time | relevance | path

Searched refs:VLC (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp572 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 DCXComment.cpp353 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 DCommentToXML.cpp172 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 DSystemZScheduleZ13.td1259 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
H A DSystemZScheduleZ16.td1322 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
H A DSystemZScheduleZ15.td1316 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
H A DSystemZScheduleZ14.td1280 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VLC(B|F|G|H)?$")>;
H A DSystemZInstrVector.td566 def VLC : UnaryVRRaGeneric<"vlc", 0xE7DE>;