Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp332 bool TrailingComment = Token->isTrailingComment(); in endReconstruction() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp58 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local