Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp344 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText() local
346 if (!VBL) in clang_VerbatimBlockLineComment_getText()
349 return cxstring::createRef(VBL->getText()); in clang_VerbatimBlockLineComment_getText()