Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp354 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText() local
355 if (!VLC) in clang_VerbatimLineComment_getText()
358 return cxstring::createRef(VLC->getText()); in clang_VerbatimLineComment_getText()
/external/clang/unittests/AST/
DCommentParser.cpp574 VerbatimLineComment *&VLC, in HasVerbatimLineAt() argument
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); in HasVerbatimLineAt()
581 StringRef ActualName = VLC->getCommandName(Traits); in HasVerbatimLineAt()
587 StringRef ActualText = VLC->getText(); in HasVerbatimLineAt()
1398 VerbatimLineComment *VLC; in TEST_F() local
1399 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", "")); in TEST_F()
1416 VerbatimLineComment *VLC; in TEST_F() local
1417 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", in TEST_F()
/external/clang/lib/Index/
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()
/external/libpng/contrib/tools/
Dpngcp.c336 # define VLC(name) VLCIDAT(name) VLCiCCP(name) VLCzTXt(name) macro
346 VLC(strategy)
352 VLC(level)
353 VLC(memLevel)
/external/v8/src/s390/
Dconstants-s390.h536 V(vlc, VLC, 0xE7DE) /* type = VRR_A VECTOR LOAD COMPLEMENT */ \