Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp339 std::string TrailingComment; in emitBaseClassImplementation() local
347 OS << ',' << TrailingComment << '\n'; in emitBaseClassImplementation()
349 OS << " |" << TrailingComment << '\n'; in emitBaseClassImplementation()
357 TrailingComment = " // " + E.RCIdName; in emitBaseClassImplementation()
359 TrailingComment = ""; in emitBaseClassImplementation()
361 OS << TrailingComment in emitBaseClassImplementation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp58 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local
59 return std::make_pair(K, TrailingComment); in getCommentKind()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp332 bool TrailingComment = Token->isTrailingComment(); in endReconstruction() local
336 if (!ClosingParen && !TrailingComment && !PreviousLevel) in endReconstruction()