Searched refs:VLC (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Index/
H A DCommentToXML.cpp173 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); local
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
176 MiscBlocks.push_back(VLC);
/external/clang/tools/libclang/
H A DCXComment.cpp354 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); local
355 if (!VLC)
358 return cxstring::createRef(VLC->getText());
/external/clang/unittests/AST/
H A DCommentParser.cpp574 VerbatimLineComment *&VLC,
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC);
581 StringRef ActualName = VLC->getCommandName(Traits);
587 StringRef ActualText = VLC->getText();
1398 VerbatimLineComment *VLC; local
1399 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", ""));
1416 VerbatimLineComment *VLC; local
1417 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn",
571 HasVerbatimLineAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimLineComment *&VLC, StringRef Name, StringRef Text) argument

Completed in 941 milliseconds