HomeSort by relevance Sort by last modified time
    Searched refs:VLC (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CXComment.cpp 346 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC);
347 if (!VLC)
350 return cxstring::createRef(VLC->getText());
492 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);
493 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
495 MiscBlocks.push_back(VLC);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 574 VerbatimLineComment *&VLC,
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC);
581 StringRef ActualName = VLC->getCommandName(Traits);
587 StringRef ActualText = VLC->getText();
    [all...]

Completed in 54 milliseconds