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 345 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC);
346 if (!VLC)
349 return createCXString(VLC->getText(), /*DupString=*/ false);
486 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);
487 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
489 MiscBlocks.push_back(VLC);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 573 VerbatimLineComment *&VLC,
576 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC);
580 StringRef ActualName = VLC->getCommandName(Traits);
586 StringRef ActualText = VLC->getText();
    [all...]

Completed in 283 milliseconds